Click or drag to resize

Axis Properties

The Axis type exposes the following members.

Properties
  NameDescription
Public propertyAxisType
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
Public propertyLabel
A label that describes the data type this axis represents.
Public propertyLabelColor
The color used for the axis label.
Public propertyLabelFont
The Font used for the axis label.
Public propertyMajorTickColor
The color used for major tick marks.
Public propertyMajorTickCount
The number of major tick marks between the min and max values.
Public propertyMaxDateValue
The maximum date/time value for the axis if autoscale is not applied
Public propertyMaxValue
The maximum value for the axis if autoscale is not applied
Public propertyMinDateValue
The minimum date/time value for the axis if autoscale is not applied
Public propertyMinorTickColor
The color used for minor tick marks.
Public propertyMinorTickCount
The number of minor tick marks between each major tick mark.
Public propertyMinValue
The minimum value for the axis if autoscale is not applied
Public propertyTickDateFormat
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
Public propertyTickLabelColor
The color used for tick labels.
Public propertyTickLabelFont
The Font used for tick labels.
Public propertyTickLabelFormat
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
Public propertyTickLabelPrecision
Number of decimal places displayed by tick labels.
Public propertyVisible
Determines the visibility of the axis.
Top
See Also