This documentation is archived and is not being maintained.
Axis Properties
Visual Studio 2010
The Axis type exposes the following members.
| Name | Description | |
|---|---|---|
|
ArrowStyle | Gets or sets the arrow style of a 2D axis; this style is not applied to 3D chart areas. |
|
AxisName | Infrastructure. Gets the name of the axis, which can be either X, Y, X2 or Y2. |
|
Crossing | Gets or sets the location at which an axis is crossed by its associated axis. |
|
CustomLabels | Gets a CustomLabelsCollection object used to store CustomLabel objects. |
|
Enabled | Gets or sets a value that indicates whether an axis is enabled. |
|
InterlacedColor | Gets or sets the color of interlaced strip lines. |
|
Interval | Gets or sets the interval of an axis. |
|
IntervalAutoMode | Gets or sets a flag that determines if a fixed number of intervals is used on the axis, or if the number of intervals depends on the axis size. |
|
IntervalOffset | Gets or sets the interval offset of an axis. |
|
IntervalOffsetType | Gets or sets the interval offset type of an axis. |
|
IntervalType | Gets or sets the interval type of an axis. |
|
IsInterlaced | Gets or sets a flag that determines if interlaced strip lines are displayed for an axis. |
|
IsLabelAutoFit | Gets or sets a flag that determines whether axis labels are automatically fitted. |
|
IsLogarithmic | Gets or sets a flag which indicates whether the axis is logarithmic. Zeros or negative data values are not allowed on logarithmic charts. |
|
IsMarginVisible | Gets or sets a flag that determines whether an axis margin will be used. |
|
IsMarksNextToAxis | Gets or sets a flag that determines whether tick marks and axis labels move with an axis if the crossing point of an axis changes. |
|
IsReversed | Gets or sets a flag which indicates whether the axis is reversed. |
|
IsStartedFromZero | Gets or sets a flag which indicates whether the minimum value of the axis will be automatically set to zero if all data point values are positive. If there are negative data point values, the minimum value of the data points will be used. |
|
LabelAutoFitMaxFontSize | Gets or sets the maximum font size that can be used by the label auto-fitting algorithm. |
|
LabelAutoFitMinFontSize | Gets or sets the minimum font size that can be used by the label auto-fitting algorithm. |
|
LabelAutoFitStyle | Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis. |
|
LabelStyle | Gets or sets the LabelStyle properties of an axis. |
|
LineColor | Gets or sets the line color of an axis. |
|
LineDashStyle | Gets or sets the line style of an axis. |
|
LineWidth | Gets or sets the line width of an axis, in pixels. |
|
LogarithmBase | Gets or sets a value for the logarithm base for the logarithmic axis. |
|
MajorGrid | Gets or sets a Grid object used to set the major grid line properties for an axis. |
|
MajorTickMark | Gets or sets a TickMark object used to set the major tick mark properties of an axis. |
|
MapAreaAttributes | Gets or sets the map area attributes of an axis. |
|
Maximum | Gets or sets the maximum value of an axis. |
|
MaximumAutoSize | Gets or sets the maximum size of the axis, measured as a percentage of the chart area. This value is used by the automatic layout algorithm. |
|
Minimum | Gets or sets the minimum value of an axis. |
|
MinorGrid | Gets or sets a Grid object used to specify the minor grid lines attributes of an axis. |
|
MinorTickMark | Gets or sets a TickMark object used to set the minor tick mark properties of an axis. |
|
Name | Gets or sets the name of the axis. (Overrides ChartNamedElement::Name.) |
|
PostBackValue | Gets or sets the postback value that can be processed on a Click event. |
|
ScaleBreakStyle | Gets or sets the axis automatic scale break style. |
|
ScaleView | Gets or sets the view of an axis. |
|
StripLines | Gets a StripLinesCollection collection object. |
|
Tag | Gets or sets an object associated with this chart element. (Inherited from ChartElement.) |
|
TextOrientation | Gets or sets the orientation of the text in the axis title. |
|
Title | Gets or sets the title of the axis. |
|
TitleAlignment | Gets or sets the alignment of an axis title. |
|
TitleFont | Gets or sets the title font properties of an axis. |
|
TitleForeColor | Gets or sets the text color of an axis title. |
|
ToolTip | Gets or sets the tooltip used for the axis. |
|
Url | Gets or sets the URL target of the axis. |
Show: