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