Module Values_0.ReferenceLineValueLabelConfigurationSource

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

Sourcetype nonrec t = {
  1. relativePosition : ReferenceLineValueLabelRelativePosition.t option;
    (*

    The relative position of the value label. Choose one of the following options: BEFORE_CUSTOM_LABEL AFTER_CUSTOM_LABEL

    *)
  2. formatConfiguration : NumericFormatConfiguration.t option;
    (*

    The format configuration of the value label.

    *)
}
Sourceval make : ?relativePosition:??? -> ?formatConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `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 ]
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