Represents the series axis (depth axis) of a chart
            
Inheritance Hierarchy
Winnovative.ExcelLibExcelChartSeriesAxis
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelChartSeriesAxis type exposes the following members.
Properties
| 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.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
See Also