Module Values_0.ReferenceLineSource

The reference line visual display options.

Sourcetype nonrec t = {
  1. status : WidgetStatus.t option;
    (*

    The status of the reference line. Choose one of the following options: ENABLE DISABLE

    *)
  2. dataConfiguration : ReferenceLineDataConfiguration.t;
    (*

    The data configuration of the reference line.

    *)
  3. styleConfiguration : ReferenceLineStyleConfiguration.t option;
    (*

    The style configuration of the reference line.

    *)
  4. labelConfiguration : ReferenceLineLabelConfiguration.t option;
    (*

    The label configuration of the reference line.

    *)
}
Sourceval context_ : string
Sourceval make : ?status:??? -> ?styleConfiguration:??? -> ?labelConfiguration:??? -> dataConfiguration:ReferenceLineDataConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Double of SensitiveDouble.t | `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t