Winnovative Excel Library

ExcelChartSeriesAxis Class

Winnovative Excel Library Documentation
Represents the series axis (depth axis) of a chart
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelChartSeriesAxis

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelChartSeriesAxis

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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference