Description
An Axis object represents a chart axis. The Axis
class has two sub-classes: CategoryAxis and ValueAxis.
C#
vb.net
Properties
Name |
Description |
---|---|
Returns a ChartLine object representing the appearance of the axis. | |
Sets or returns a Font object for the labels on the axis. | |
Returns a ChartLine object representing the major gridlines of the axis. Gridlines extend from the tick marks on an axis across the chart's plot area. | |
Sets or returns how axis tick marks on the major gridlines are displayed. | |
Returns a ChartLine object representing the minor gridlines of the axis. Gridlines extend from the tick marks on an axis across the chart's plot area. | |
Sets or returns how axis tick marks on the minor gridlines are displayed. | |
Sets or returns the display format of axis label numbers. | |
Sets or returns whether the text of the tick labels is displayed top to bottom and the letters are upright. | |
Sets or returns the rotation angle of the text of the tick labels, in degrees. This angle must be between -90 and 90 degrees, inclusive. | |
Sets or returns the positioning of axis tick labels. | |
Returns a ChartText object representing the axis title. | |
Sets or returns whether the axis values are displayed in reverse order. | |
Sets or returns whether the axis will be displayed or hidden. |
Nested Classes
Name |
Description |
---|---|
A TickLabelPos value specifies the position of axis tick labels. | |
The TickType class contains all available axis tick types. |