Click or drag to resize

XAxis Fields

The XAxis type exposes the following members.

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