Click or drag to resize

ExcelChartSeriesAxis Properties

The ExcelChartSeriesAxis type exposes the following members.

Properties
 NameDescription
Public propertyFont Gets the series axis font. The returned object can be used to set the properties of the Font used for the series axis labels.
Public propertyLabelsPosition Gets or sets the labels position on series axis. Default value is NextToAxis.
Public propertyLabelsRotation 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.
Public propertyLineStyle Gets the series axis line style.
Public propertyMajorGridLinesStyle 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.
Public propertyMajorTickMarkType Gets or sets the minor tick marks type
Public propertyMinorGridLinesStyle 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.
Public propertyMinorTickMarkType Gets or sets the minor tick marks type
Public propertySerieLabelsInterval 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
Public propertyShowMajorGridLines Gets or sets a flag indicating if the minor grid lines are displayed in chart. The default value is true.
Public propertyShowMinorGridLines Gets or sets a flag indicating if the minor grid lines are displayed in chart. The default value is false.
Public propertyTickMarksInterval Gets or sets the number of series between tick marks on series axis.
Public propertyTitle Gets the series axis title box. The returned object can be used to set the title text, font, color, background and pattern.
Public propertyValuesInReverseOrder Gets or sets a flag indicating if the values are plotted in reverse order on the series axis.
Top
See Also