ExcelChartSeriesAxis Properties |
The ExcelChartSeriesAxis type exposes the following members.
Name | Description | |
---|---|---|
Font |
Gets the series axis font. The returned object can be used to set the properties of the Font used for
the series axis labels.
| |
LabelsPosition |
Gets or sets the labels position on series axis. Default value is NextToAxis.
| |
LabelsRotation |
Gets or sets the rotation angle of the axis labels as a value between -90 and 90. A positive value will rotate the
labels clockwise and the negative values will rotate the text counter-clockwise.
| |
LineStyle |
Gets the series axis line style.
| |
MajorGridLinesStyle |
Gets the series axis major grid lines. The returned object can be used to set the series axis major grid lines
color, dash type and weight.
| |
MajorTickMarkType |
Gets or sets the minor tick marks type
| |
MinorGridLinesStyle |
Gets the series axis minor grid lines. The returned object can be used to set the series axis minor grid lines
color, dash type and weight.
| |
MinorTickMarkType |
Gets or sets the minor tick marks type
| |
SerieLabelsInterval |
Gets or sets the number of series between labels on series axis. Set this property with 1 to display a label for every serie,
2 to display a label for every other serie, 3 to display a label for every third serie, and so on
| |
ShowMajorGridLines |
Gets or sets a flag indicating if the minor grid lines are displayed in chart. The default value is true.
| |
ShowMinorGridLines |
Gets or sets a flag indicating if the minor grid lines are displayed in chart. The default value is false.
| |
TickMarksInterval |
Gets or sets the number of series between tick marks on series axis.
| |
Title |
Gets the series axis title box. The returned object can be used to set the title text, font, color, background and pattern.
| |
ValuesInReverseOrder |
Gets or sets a flag indicating if the values are plotted in reverse order on the series axis.
|