Description
ACategoryAxis
object represents a chart's category (x) axis. CategoryAxis is a sub-class of Axis.
C#
vb.net
Properties
Name | Description |
---|---|
Sets or returns whether category axis major gridlines will be between categories, or in the middle of categories. Gridlines extend from the tick marks on an axis across the chart's plot area. | |
Sets or returns whether the value (y) axis crosses the category (x) axis at the maximum category value. | |
Sets or returns the time interval at which data points will be displayed. | |
Sets or returns the number of categories to show between axis tick marks. | |
Sets or returns the number of categories to show between tick mark labels. | |
Sets or returns the display type for the data on the category axis. | |
In conjunction with MajorUnitValue, determines the time interval between axis labels and major tick marks for category axes with a DisplayType of TimeScale. | |
Specifies the number of MajorUnits between axis labels and major tick marks for time-scaled axes. | |
Sets or returns the maximum value to be used in the category (x) axis | |
Sets or returns the maximum value to be used in the category (x) axis, represented as DateTime | |
Sets or returns the minimum value to be used in the category (x) axis | |
Sets or returns the minimum value to be used in the category (x) axis, represented as DateTime | |
In conjunction with MinorUnitValue, determines the time interval between minor tick marks for category axes with a DisplayType of TimeScale. | |
Specifies the number of MinorUnits between minor tick marks for time-scaled axes. | |
Sets or returns the category value at which the value (y) axis crosses the category (x) axis. | |
Sets or returns the category value at which the value (y) axis crosses the category (x) axis, represented as DateTime |
Nested Classes
Name | Description |
---|---|
Enumeration value allowing you to determine how the axis is displayed. | |
Enumeration for determining the scale for category axes that have a DisplayType of TimeScale. |