Values_0.FieldSeriesItemSourceThe field series item configuration of a line chart.
type nonrec t = {fieldId : FieldId.t;The field ID of the field for which you are setting the axis binding.
*)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 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 ]