Click or drag to resize

ChartSeries Class

Represents a series of data points in a chart, including properties and methods for configuring and manipulating the series.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet.Collections CollectionBase IChartSerie
Spire.Xls.Core.Spreadsheet.Collections CollectionExtended IChartSerie
Spire.Xls.Core.Spreadsheet.Charts XlsChartSeries
Spire.Xls.Charts ChartSeries

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class ChartSeries : XlsChartSeries

The ChartSeries type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from CollectionBase T .)
Public property CategoryData
Gets or sets the category data for the chart's series.
Public property Count
Gets the number of elements contained in the System.Collections.CollectionBase instance.
(Inherited from CollectionBase T .)
Protected property InnerList
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property Item Int32
Returns a single Name object from a Names collection.
Public property Item String
Returns a single Name object from a Names collection.
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Parent
Read-oonly. The parent object for the specified object.
(Inherited from CollectionExtended T .)
Top
Methods
Name Description
Public method Add
Defines a new series. Returns a Series object.
Public method Add(String)
Defines a new series. Returns a Series object.
Public method Add(T)
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from CollectionBase T .)
Public method Add(ChartSerie)
Adds series to the collection.
Public method Add(ExcelChartType)
Defines a new series. Returns a Series object.
Public method Add(String, ExcelChartType)
Defines a new series. Returns a Series object.
Public method Add(String, Boolean)
Adds a new area to the layout with the specified orientation.
Public method AssignTrendDataLabel
Assing trend data label
(Inherited from XlsChartSeries .)
Public method Clear
Removes all objects from the System.Collections.CollectionBase instance.
(Inherited from CollectionBase T .)
Public method ClearDataFormats
Clears all series data formats.
Public method Clone(Object)
Clone current instance.
(Inherited from XlsChartSeries .)
Public method Clone(Object, Dictionary String, String , Dictionary Int32, Int32 )
Clone current instance.
(Inherited from XlsChartSeries .)
Public method Contains
Determines whether the collection contains a specific item.
(Inherited from CollectionBase T .)
Public method CopyTo
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from CollectionBase T .)
Public method EnsureCapacity
Enlarges internal storage if necessary.
(Inherited from CollectionExtended T .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method FindOrderByType
Finds order by serie type.
(Inherited from XlsChartSeries .)
Protected method FindParent(Type)
Method used to find parent within a specific type.
(Inherited from CollectionExtended T .)
Protected method FindParent(Type, Boolean)
Method used to find parent within a specific type.
(Inherited from CollectionExtended T .)
Public method GetEnumerator
Returns an enumerator that iterates through this instance.
(Inherited from CollectionBase T .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetLegendEntryOffset
Returns legend offset.
(Inherited from XlsChartSeries .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method GetTypeByOrder
Gets serie type by order.
(Inherited from XlsChartSeries .)
Public method IndexOf
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from CollectionBase T .)
Public method Insert
Inserts an element into the list at the specified index.
(Inherited from CollectionBase T .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnClear
OnClear is invoked before Clear behavior.
(Inherited from CollectionExtended T .)
Protected method OnClearComplete
OnClear is invoked after Clear behavior.
(Inherited from CollectionExtended T .)
Protected method OnInsert
Performs additional processes before inserting a new element into the collection.
(Inherited from CollectionExtended T .)
Protected method OnInsertComplete
Performs additional processes after inserting a new element into the collection.
(Inherited from CollectionExtended T .)
Protected method OnRemove
Performs additional processes before removing an element from the collection.
(Inherited from CollectionExtended T .)
Protected method OnRemoveComplete
Performs additional processes after removing an element from the collection.
(Inherited from CollectionExtended T .)
Protected method OnSet
Performs additional processes before setting a value in the collection.
(Inherited from CollectionExtended T .)
Protected method OnSetComplete
Performs additional processes after setting a value in the collection.
(Inherited from CollectionExtended T .)
Public method Remove(String)
Removes serie by name.
(Inherited from XlsChartSeries .)
Public method Remove(T)
Removes the first occurrence of a specific object from the collection.
(Inherited from CollectionBase T .)
Public method RemoveAt
Removes the element at the specified index of this instance.
(Inherited from CollectionBase T .)
Protected method SetParent
Sets parent object for class.
(Inherited from CollectionExtended T .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Events
See Also