Values_0.DataFieldSeriesItemSourceThe data field series item configuration of a line chart.
type nonrec t = {fieldId : FieldId.t;The field ID of the field that you are setting the axis binding to.
*)fieldValue : SensitiveString.t option;The field value of the field that you are setting the axis binding to.
*)axisBinding : AxisBinding.t;The axis that you are binding the field to.
*)settings : LineChartSeriesSettings.t option;The options that determine the presentation of line series associated to the field.
*)}val make :
?fieldValue:??? ->
?settings:??? ->
fieldId:FieldId.t ->
axisBinding:AxisBinding.t ->
unit ->
tval 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 ]