Values_0.AxisLabelReferenceOptionsSourceThe reference that specifies where the axis label is applied to.
type nonrec t = {fieldId : FieldId.t;The field that the axis label is targeted to.
*)column : ColumnIdentifier.t;The column that the axis label is targeted to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of (string * [> `String of DataSetIdentifier.t ]) list ])
list ]