Sets the type of scale for the axis.
This can be a "smooth" scale, consistent with a stream of numbers or dates/times. When working with the X-Axis element, it can also be “Category” (e.g. Apples, Oranges) which are often visualized using Bar and Pie charts.
The default varies based on the axis column data type: Text = “Category”, Date/Time = “DateTimeLinear”, Numeric = “NumericLinear”
|