IChartAxis Interface Members
The following tables list the members exposed by IChartAxis.
Public Properties
Name | Description | |
---|---|---|
![]() | Alignment | Gets or sets the alignment for the tick label. |
![]() | AutoTickLabelSpacing | Gets or sets a boolean value indicating whether or not the tick label spacing is automatic. |
![]() | AxisType | Gets the type of the axis. Read-only. |
![]() | Border | Gets the chart border. Read-only. |
![]() | Chart3DOptions | Gets the 3D options for the chart. Read-only. |
![]() | Font | Gets the font used for axis text display. Read-only. |
![]() | HasMajorGridLines | Gets or sets a boolean value indicating if the axis has major grid lines. |
![]() | HasMinorGridLines | Gets or sets a boolean value indicating if the axis has minor grid lines. |
![]() | IsReversed | True if data points are plotted from last to first. otherwise False. |
![]() | MajorGridLines | Gets the major grid lines for the axis. Read-only. |
![]() | MajorTickMark | Gets or sets the type of major tick mark for the axis. |
![]() | MinorGridLines | Gets the minor grid lines for the axis. Read-only. |
![]() | MinorTickMark | Gets or sets the type of minor tick mark for the axis. |
![]() | NumberFormat | Gets or sets number format for the axis values. |
![]() | ReversePlotOrder | Gets or sets a boolean value indicating whether to plot data points from last to first. |
![]() | Shadow | Gets the shadow properties for the axis. Read-only. |
![]() | TextRotationAngle | Gets or sets the axis text rotation angle. Should be an integer value between -90 and 90. |
![]() | TickLabelPosition | Gets or sets the position of tick-mark labels on the axis. |
![]() | Title | Gets or sets the axis title. |
![]() | TitleArea | Gets the area for the axis title. Read-only. |
![]() | Visible | True if the axis is visible. otherwise False. |
See Also