Values_0.LineChartLineStyleSettingsSourceLine styles options for a line series in LineChartVisual.
type nonrec t = {lineVisibility : Visibility.t option;Configuration option that determines whether to show the line for the series.
*)lineInterpolation : LineInterpolation.t option;Interpolation style for line series. LINEAR: Show as default, linear style. SMOOTH: Show as a smooth curve. STEPPED: Show steps in line.
*)lineStyle : LineChartLineStyle.t option;Line style for line series. SOLID: Show as a solid line. DOTTED: Show as a dotted line. DASHED: Show as a dashed line.
*)lineWidth : PixelLength.t option;Width that determines the line thickness.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PixelLength.t ]) list ]