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