Click or drag to resize

Axis Fields

The Axis type exposes the following members.

Fields
  NameDescription
Protected fieldm_axisType
Determines axis scaling. Choices are Normal, Inverted, and Logarithmic.
Protected fieldm_bVisible
Determines the visibility of the axis.
Protected fieldm_label
A label that describes the data type this axis represents.
Protected fieldm_labelColor
The color used for the axis label.
Protected fieldm_labelFont
The Font used for the axis label.
Protected fieldm_labels
List of axis labels.
Protected fieldm_majorTickColor
The color used for major tick marks
Protected fieldm_majorTickCount
The number of major tick marks between the min and max values.
Protected fieldm_majorTickXValues
Missing doc.
Protected fieldm_majorTickYValues
Missing doc.
Protected fieldm_maxDateValue
The maximum date/time value for the axis if autoscale is not applied.
Protected fieldm_maxValue
The maximum value for the axis if autoscale is not applied.
Protected fieldm_minDateValue
The minimum date/time value for the axis if autoscale is not applied.
Protected fieldm_minorTickColor
The color used for minor tick marks.
Protected fieldm_minorTickCount
The number of minor tick marks between each major tick mark.
Protected fieldm_minorTickXValues
Missing doc.
Protected fieldm_minorTickYValues
Missing doc.
Protected fieldm_propNames
Missing doc.
Protected fieldm_rectangle
Missing doc.
Protected fieldm_tickDateFormat
String that determines the format of X-axis DateTime tick labels. Standard .Net format strings may be used.
Protected fieldm_tickLabelColor
The color used for tick labels.
Protected fieldm_tickLabelFont
The Font used for tick labels.
Protected fieldm_tickLabelFormat
Determines if labels for a chart axis are automatically generated (Default or DateTime) or are provided by the user (Custom).
Protected fieldm_tickLabelPrecision
Number of decimal places displayed by tick labels.
Top
See Also