Module Values_0.ReferenceLineDataConfigurationSource

The data configuration of the reference line.

Sourcetype nonrec t = {
  1. staticConfiguration : ReferenceLineStaticDataConfiguration.t option;
    (*

    The static data configuration of the reference line data configuration.

    *)
  2. dynamicConfiguration : ReferenceLineDynamicDataConfiguration.t option;
    (*

    The dynamic configuration of the reference line data configuration.

    *)
  3. axisBinding : AxisBinding.t option;
    (*

    The axis binding type of the reference line. Choose one of the following options: PrimaryY SecondaryY

    *)
  4. seriesType : ReferenceLineSeriesType.t option;
    (*

    The series type of the reference line data configuration. Choose one of the following options: BAR LINE

    *)
}
Sourceval make : ?staticConfiguration:??? -> ?dynamicConfiguration:??? -> ?axisBinding:??? -> ?seriesType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of SensitiveDouble.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 ]) 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