Axes Styling
Let's take a look at our Axes system now. By default, any Cartesian Type Chart will draw the Cartesian X & Y Axes. To style our axes, we will use the chartStylingData
property which provides us the axisStyle
property.
CartesianAxisStyle
You may be intrigued before with the lack of minXValue
and minYValue
properties in ChartStructureData property before. This is because the chart auto shifts the origin points to present Negative Axes if Negative values are found.
We can also add interval ticks along the axes. By default, ticks are not visible, and can be enabled individually with the default constructor or with the showTicks
property of AxisTickConfig.forAllAxis
constructor.
CartesianAxisStyle Class Properties
AxisTickConfig Class Properties
Last updated