Values_0.ComboChartSeriesSettingsSourceOptions that determine the presentation of a series in the visual.
type nonrec t = {lineStyleSettings : LineChartLineStyleSettings.t option;Line styles options for the line series in the visual.
*)markerStyleSettings : LineChartMarkerStyleSettings.t option;Marker styles options for the line series in the visual.
*)decalSettings : DecalSettings.t option;Decal settings for the series in the visual.
*)borderSettings : BorderSettings.t option;Border settings for the bar series in the visual.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of PixelLength.t ]) list ])
list ]