ChartAxis Properties

The ChartAxis type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAxisBetweenCategories
Gets or sets a flag indicating whether the value axis crosses the category axis between categories.
Public propertyCode exampleBaseTimeUnit
Returns or sets the smallest time unit that is represented on the time category axis.
Public propertyCode exampleCategoryType
Gets or sets type of the category axis.
Public propertyCode exampleCrosses
Specifies how this axis crosses the perpendicular axis.
Public propertyCode exampleCrossesAt
Specifies where on the perpendicular axis the axis crosses.
Public propertyCode exampleDisplayUnit
Specifies the scaling value of the display units for the value axis.
Public propertyDocument
Returns the Document the title holder belongs.
Public propertyCode exampleHidden
Gets or sets a flag indicating whether this axis is hidden or not.
Public propertyCode exampleMajorTickMark
Returns or sets the major tick marks.
Public propertyCode exampleMajorUnit
Returns or sets the distance between major tick marks.
Public propertyCode exampleMajorUnitIsAuto
Gets or sets a flag indicating whether default distance between major tick marks shall be used.
Public propertyCode exampleMajorUnitScale
Returns or sets the scale value for major tick marks on the time category axis.
Public propertyCode exampleMinorTickMark
Returns or sets the minor tick marks for the axis.
Public propertyCode exampleMinorUnit
Returns or sets the distance between minor tick marks.
Public propertyCode exampleMinorUnitIsAuto
Gets or sets a flag indicating whether default distance between minor tick marks shall be used.
Public propertyCode exampleMinorUnitScale
Returns or sets the scale value for minor tick marks on the time category axis.
Public propertyCode exampleNumberFormat
Returns a ChartNumberFormat object that allows defining number formats for the axis.
Public propertyCode exampleReverseOrder
Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e. from max to min.
Public propertyCode exampleScaling
Provides access to the scaling options of the axis.
Public propertyCode exampleTickLabelAlignment
Gets or sets text alignment of axis tick labels.
Public propertyCode exampleTickLabelOffset
Gets or sets the distance of labels from the axis.
Public propertyCode exampleTickLabelPosition
Returns or sets the position of the tick labels on the axis.
Public propertyCode exampleTickLabelSpacing
Gets or sets the interval, at which tick labels are drawn.
Public propertyCode exampleTickLabelSpacingIsAuto
Gets or sets a flag indicating whether automatic interval of drawing tick labels shall be used.
Public propertyCode exampleTickMarkSpacing
Gets or sets the interval, at which tick marks are drawn.
Public propertyCode exampleType
Returns type of the axis.
See Also