Values_0.AxisScaleSourceThe scale setup options for a numeric axis display. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {linear : AxisLinearScale.t option;The linear axis scale setup.
*)logarithmic : AxisLogarithmicScale.t option;The logarithmic axis scale setup.
*)}