Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
If you want to work with chart axis, scaling, and display units for the value axis, please use ChartAxis, AxisDisplayUnit, and AxisScaling classes.
The following code example shows how to define X and Y-axis properties:
The following code example shows how to set date/time values to axis properties:
The following code example shows how to change the format of numbers on the value axis:
The AxisBound
class represents a minimum or maximum bound of axis values. Bound can be specified as a numeric, date-time or a special “auto” value.
The following code example shows how to set the bounds of an axis:
The following code example shows how to set the interval unit between labels on an axis:
If you want to show or hide the chart axis, you can simply achieve this by setting the value of the set_Hidden property.
The following code example shows how to hide the Y-axis of the chart:
If you want to set a text alignment for multi-line labels, you can simply achieve this by setting the value of the TickLabelAlignment property. The following code example shows how to tick label alignment.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.