Class ChartAxis
One axis of a chart.
public sealed class ChartAxis
- Inheritance
-
ChartAxis
- Inherited Members
Constructors
Properties
- CrossBetween
Gets or sets where categories sit relative to the ticks (
c:crossBetween), or null when the part states nothing and the plot type's default applies (see ChartCrossBetween).
- Id
Gets or sets the axis id (c:axId), used to pair an axis with its plot.
- Kind
Gets or sets which axis this is.
- Line
Gets or sets the axis line (
c:spPr/a:ln), or null when the engine default applies.
- MajorGridlineStyle
Gets or sets the major gridlines' line (
c:majorGridlines/c:spPr/a:ln), or null when the engine default applies.
- MajorGridlines
Gets or sets whether major gridlines are drawn across the plot area.
- MajorTickMark
Gets or sets where major tick marks are drawn (c:majorTickMark).
- MajorUnit
Gets or sets the fixed major unit (c:majorUnit), or null when automatic.
- Maximum
Gets or sets the fixed maximum (c:scaling/c:max), or null when automatic.
- Minimum
Gets or sets the fixed minimum (c:scaling/c:min), or null when automatic.
- MinorTickMark
Gets or sets where minor tick marks are drawn (c:minorTickMark).
- NumberFormat
Gets or sets the number format applied to tick labels (c:numFmt formatCode), or null.
- Reversed
Gets or sets whether the axis direction is reversed (c:scaling/c:orientation maxMin).
- TickLabelStyle
Gets or sets the tick labels' text properties (
c:txPr), or null when inherited.
- Title
Gets or sets the axis title text, or null when it has none.
- TitleStyle
Gets or sets the axis title's text properties (
c:titlerich text orc:txPr), or null when inherited.
- Visible
Gets or sets whether the axis and its labels are drawn (c:delete inverted).
Methods
- Clone()
Creates a copy.