Axis Fields |
The Axis type exposes the following members.
| Name | Description | |
|---|---|---|
| m_axisType | Determines axis scaling. Choices are Normal, Inverted, and Logarithmic. | |
| m_bVisible | Determines the visibility of the axis. | |
| m_label | A label that describes the data type this axis represents. | |
| m_labelColor | The color used for the axis label. | |
| m_labelFont | The Font used for the axis label. | |
| m_labels | List of axis labels. | |
| m_majorTickColor | The color used for major tick marks | |
| m_majorTickCount | The number of major tick marks between the min and max values. | |
| m_majorTickXValues | Missing doc. | |
| m_majorTickYValues | Missing doc. | |
| m_maxDateValue | The maximum date/time value for the axis if autoscale is not applied. | |
| m_maxValue | The maximum value for the axis if autoscale is not applied. | |
| m_minDateValue | The minimum date/time value for the axis if autoscale is not applied. | |
| m_minorTickColor | The color used for minor tick marks. | |
| m_minorTickCount | The number of minor tick marks between each major tick mark. | |
| m_minorTickXValues | Missing doc. | |
| m_minorTickYValues | Missing doc. | |
| m_propNames | Missing doc. | |
| m_rectangle | Missing doc. | |
| m_tickDateFormat | String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used. | |
| m_tickLabelColor | The color used for tick labels. | |
| m_tickLabelFont | The Font used for tick labels. | |
| m_tickLabelFormat | Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom). | |
| m_tickLabelPrecision | Number of decimal places displayed by tick labels. |