Attribute Details: AxisType
 Back


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”



POTENTIAL VALUES

Category
DateTimeLinear
NumericLinear
NumericLogarithmic




PARENT ELEMENTS

Click element to drill down for more information.

X-Axis Y-Axis


 Back to top


 Chart Debug