Represents a data series in a Excel chart
Inheritance Hierarchy
Winnovative.ExcelLibExcelChartSeries
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelChartSeries type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Border |
Gets the border of the data point in this series.
|
![]() | CategoryNamesRange |
Gets or sets the range from where the category names for this series are taken.
|
![]() | ChartType |
Gets or sets the chart type of the series. Series in an Excel chart can have different types. For example a serie can be
of column type and another serie of line type. By default the chart type of the series is taken from the chart parent.
|
![]() | DataPoints |
Gets the collection of data points of this series
|
![]() | Interior |
Gets the series interior.
|
![]() | Name |
Gets or sets the series name.
|
![]() | ValuesRange |
Gets or sets the range from where the series values are taken.
|
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