Values_0.AxisDisplayRangeSourceThe range setup of a numeric axis display range. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {minMax : AxisDisplayMinMaxRange.t option;The minimum and maximum setup of an axis display range.
*)dataDriven : AxisDisplayDataDrivenRange.t option;The data-driven setup of an axis display range.
*)}