Module Values_0.ReferenceLineLabelConfigurationSource

The label configuration of a reference line.

Sourcetype nonrec t = {
  1. valueLabelConfiguration : ReferenceLineValueLabelConfiguration.t option;
    (*

    The value label configuration of the label in a reference line.

    *)
  2. customLabelConfiguration : ReferenceLineCustomLabelConfiguration.t option;
    (*

    The custom label configuration of the label in a reference line.

    *)
  3. fontConfiguration : FontConfiguration.t option;
    (*

    The font configuration of the label in a reference line.

    *)
  4. fontColor : HexColor.t option;
    (*

    The font color configuration of the label in a reference line.

    *)
  5. horizontalPosition : ReferenceLineLabelHorizontalPosition.t option;
    (*

    The horizontal position configuration of the label in a reference line. Choose one of the following options: LEFT CENTER RIGHT

    *)
  6. verticalPosition : ReferenceLineLabelVerticalPosition.t option;
    (*

    The vertical position configuration of the label in a reference line. Choose one of the following options: ABOVE BELOW

    *)
}
Sourceval make : ?valueLabelConfiguration:??? -> ?customLabelConfiguration:??? -> ?fontConfiguration:??? -> ?fontColor:??? -> ?horizontalPosition:??? -> ?verticalPosition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) 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