Axis Properties |
The Axis type exposes the following members.
| Name | Description | |
|---|---|---|
| AxisType |
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
| |
| Label |
A label that describes the data type this axis represents.
| |
| LabelColor |
The color used for the axis label.
| |
| LabelFont |
The Font used for the axis label.
| |
| MajorTickColor |
The color used for major tick marks.
| |
| MajorTickCount |
The number of major tick marks between the min and max values.
| |
| MaxDateValue |
The maximum date/time value for the axis if autoscale is not applied
| |
| MaxValue |
The maximum value for the axis if autoscale is not applied
| |
| MinDateValue |
The minimum date/time value for the axis if autoscale is not applied
| |
| MinorTickColor |
The color used for minor tick marks.
| |
| MinorTickCount |
The number of minor tick marks between each major tick mark.
| |
| MinValue |
The minimum value for the axis if autoscale is not applied
| |
| TickDateFormat |
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
| |
| TickLabelColor |
The color used for tick labels.
| |
| TickLabelFont |
The Font used for tick labels.
| |
| TickLabelFormat |
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
| |
| TickLabelPrecision |
Number of decimal places displayed by tick labels.
| |
| Visible |
Determines the visibility of the axis.
|