This documentation is archived and is not being maintained.

Axis Properties

The Axis type exposes the following members.

  NameDescription
Public property ArrowStyle Gets or sets the arrow style of a 2D axis; this style is not applied to 3D chart areas.
Public property AxisName Infrastructure. Gets the name of the axis, which can be either X, Y, X2 or Y2.
Public property Crossing Gets or sets the location at which an axis is crossed by its associated axis.
Public property CustomLabels Gets a CustomLabelsCollection object used to store CustomLabel objects.
Public property Enabled Gets or sets a value that indicates whether an axis is enabled.
Public property InterlacedColor Gets or sets the color of interlaced strip lines.
Public property Interval Gets or sets the interval of an axis.
Public property 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.
Public property IntervalOffset Gets or sets the interval offset of an axis.
Public property IntervalOffsetType Gets or sets the interval offset type of an axis.
Public property IntervalType Gets or sets the interval type of an axis.
Public property IsInterlaced Gets or sets a flag that determines if interlaced strip lines are displayed for an axis.
Public property IsLabelAutoFit Gets or sets a flag that determines whether axis labels are automatically fitted.
Public property IsLogarithmic Gets or sets a flag which indicates whether the axis is logarithmic. Zeros or negative data values are not allowed on logarithmic charts.
Public property IsMarginVisible Gets or sets a flag that determines whether an axis margin will be used.
Public property 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.
Public property IsReversed Gets or sets a flag which indicates whether the axis is reversed.
Public property 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.
Public property LabelAutoFitMaxFontSize Gets or sets the maximum font size that can be used by the label auto-fitting algorithm.
Public property LabelAutoFitMinFontSize Gets or sets the minimum font size that can be used by the label auto-fitting algorithm.
Public property LabelAutoFitStyle Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis.
Public property LabelStyle Gets or sets the LabelStyle properties of an axis.
Public property LineColor Gets or sets the line color of an axis.
Public property LineDashStyle Gets or sets the line style of an axis.
Public property LineWidth Gets or sets the line width of an axis, in pixels.
Public property LogarithmBase Gets or sets a value for the logarithm base for the logarithmic axis.
Public property MajorGrid Gets or sets a Grid object used to set the major grid line properties for an axis.
Public property MajorTickMark Gets or sets a TickMark object used to set the major tick mark properties of an axis.
Public property MapAreaAttributes Gets or sets the map area attributes of an axis.
Public property Maximum Gets or sets the maximum value of an axis.
Public property 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.
Public property Minimum Gets or sets the minimum value of an axis.
Public property MinorGrid Gets or sets a Grid object used to specify the minor grid lines attributes of an axis.
Public property MinorTickMark Gets or sets a TickMark object used to set the minor tick mark properties of an axis.
Public property Name Gets or sets the name of the axis. (Overrides ChartNamedElement::Name.)
Public property PostBackValue Gets or sets the postback value that can be processed on a Click event.
Public property ScaleBreakStyle Gets or sets the axis automatic scale break style.
Public property ScaleView Gets or sets the view of an axis.
Public property StripLines Gets a StripLinesCollection collection object.
Public property Tag Gets or sets an object associated with this chart element. (Inherited from ChartElement.)
Public property TextOrientation Gets or sets the orientation of the text in the axis title.
Public property Title Gets or sets the title of the axis.
Public property TitleAlignment Gets or sets the alignment of an axis title.
Public property TitleFont Gets or sets the title font properties of an axis.
Public property TitleForeColor Gets or sets the text color of an axis title.
Public property ToolTip Gets or sets the tooltip used for the axis.
Public property Url Gets or sets the URL target of the axis.
Top
Show: