Page tree
Skip to end of metadata
Go to start of metadata

Description

A CategoryAxis object represents a chart's category (x) axis. CategoryAxis is a sub-class of Axis.
C#
vb.net

Properties

Name

Description

AxisCrossesMidCategory

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.

AxisCrossesMaxCategory

Sets or returns whether the value (y) axis crosses the category (x) axis at the maximum category value.

BaseUnit

Sets or returns the time interval at which data points will be displayed.

CategoriesBetweenTickMarks

Sets or returns the number of categories to show between axis tick marks.

CategoriesBetweenTickMarkLabels

Sets or returns the number of categories to show between tick mark labels.

DisplayType

Sets or returns the display type for the data on the category axis.

MajorUnit

In conjunction with MajorUnitValue, determines the time interval between axis labels and major tick marks for category axes with a DisplayType of TimeScale.

MajorUnitValue

Specifies the number of MajorUnits between axis labels and major tick marks for time-scaled axes.

MaximumValue

Sets or returns the maximum value to be used in the category (x) axis

MaximumValueAsDate

Sets or returns the maximum value to be used in the category (x) axis, represented as DateTime

MinimumValue

Sets or returns the minimum value to be used in the category (x) axis

MinimumValueAsDate

Sets or returns the minimum value to be used in the category (x) axis, represented as DateTime

MinorUnit

In conjunction with MinorUnitValue, determines the time interval between minor tick marks for category axes with a DisplayType of TimeScale.

MinorUnitValue

Specifies the number of MinorUnits between minor tick marks for time-scaled axes.

ValueCrossingPoint

Sets or returns the category value at which the value (y) axis crosses the category (x) axis.

ValueCrossingPointAsDate

Sets or returns the category value at which the value (y) axis crosses the category (x) axis, represented as DateTime

Nested Classes

Name

Description

AxisDisplayType

Enumeration value allowing you to determine how the axis is displayed.

AxisTimeUnit

Enumeration for determining the scale for category axes that have a DisplayType of TimeScale.
  • No labels