Click or drag to resize

YAxis Properties

The YAxis type exposes the following members.

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