Module Values_0.DataFieldSeriesItemSource

The data field series item configuration of a line chart.

Sourcetype nonrec t = {
  1. fieldId : FieldId.t;
    (*

    The field ID of the field that you are setting the axis binding to.

    *)
  2. fieldValue : SensitiveString.t option;
    (*

    The field value of the field that you are setting the axis binding to.

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

    The axis that you are binding the field to.

    *)
  4. settings : LineChartSeriesSettings.t option;
    (*

    The options that determine the presentation of line series associated to the field.

    *)
}
Sourceval context_ : string
Sourceval make : ?fieldValue:??? -> ?settings:??? -> fieldId:FieldId.t -> axisBinding:AxisBinding.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) 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