Values_0.ReferenceLineStyleConfigurationSourceThe style configuration of the reference line.
type nonrec t = {pattern : ReferenceLinePatternType.t option;The pattern type of the line style. Choose one of the following options: SOLID DASHED DOTTED
*)color : HexColor.t option;The hex color of the reference line.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of HexColor.t ]) list ]