Values_0.LineChartDefaultSeriesSettingsSourceThe options that determine the default presentation of all line series in LineChartVisual.
type nonrec t = {axisBinding : AxisBinding.t option;The axis to which you are binding all line series to.
*)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 options for all line series in the visual.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of PixelLength.t ]) list ])
list ]