Series collection
| C# | Visual Basic | Visual Basic Usage |
public class ChartSeriesCollection : ChartingStateManagedCollection<ChartSeries>
Public Class ChartSeriesCollection _ Inherits ChartingStateManagedCollection(Of ChartSeries)
Dim instance As ChartSeriesCollection
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ChartSeriesCollection()()()() | Creates a new instance of the ChartSeriesCollection class. | |
| ChartSeriesCollection(Chart) |
Creates a new instance of the ChartSeriesCollection class.
| |
| Add(ChartSeries) |
Add ChartSeries at the collection
(Overrides ChartingStateManagedCollection<(Of <(<'ChartSeries>)>)>.Add(T).) | |
| AddRange(array<T>[]()[][]) |
Adds items range in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Clear()()()() |
Clears collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| ClearDataBoundState()()()() |
Removes data binding links from series
| |
| ClearItems()()()() |
Clears items in all series
| |
| Contains(T) |
Checks does collection contain the given item
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| CopyTo(array<T>[]()[][], Int32) |
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional
array, starting at the specified index of the target array.
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Count |
Gets items count in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetByName(String) |
Find series by name
| |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| GetFilteredSeriesByYAxis(ChartYAxisType) |
Gets all series related to the given Y ChartAxis
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetMaxItemsCount()()()() |
Returns the number of items in the longest data series.
| |
| GetMaxYValue()()()() |
Gets the maximal item value of all series.
| |
| GetMinYValue()()()() |
Gets the minimal item value of all series.
| |
| GetSeries(Int32) |
Returns a reference to the ChartsSereis object at the specified index.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(T) |
Item index in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Insert(Int32, ChartSeries) |
Insert ChartSeries in collection at the specific position
(Overrides ChartingStateManagedCollection<(Of <(<'ChartSeries>)>)>.Insert(Int32, T).) | |
| InsertSeries(Int32, ChartSeries) |
Insert ChartSeries in collection at the specific position
| |
| IsReadOnly |
Gets true if collection is read-only
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Item[([( Int32])]) |
Gets or sets a ChartSeries at the specific position in ChartSeries collection.
(Overrides ChartingStateManagedCollection<(Of <(<'ChartSeries>)>)>.Item[([( Int32])]) .) | |
| List |
Items list
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| LoadViewState(Object) |
Load ViewState
(Overrides ChartingStateManagedCollection<(Of <(<'ChartSeries>)>)>.LoadViewState(Object).) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnClear()()()() |
Before collection clearing event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnClearComplete()()()() |
Collection after clean event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnInsert(Int32, Object) |
Item before insert event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnInsertComplete(Int32, Object) |
Final code for series insertion
(Overrides ChartingStateManagedCollection<(Of <(<'ChartSeries>)>)>.OnInsertComplete(Int32, Object).) | |
| OnRemove(Int32, Object) |
Item before remove event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnRemoveComplete(Int32, Object) |
Item after remove event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Parent |
Parent element (chart)
| |
| Remove(T) |
Removes item from collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| RemoveAt(Int32) |
Removes item from collection at given index
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| RemoveSeries()()()() |
Removes the all data series from the series collection.
| |
| SaveViewState()()()() |
Saves collection to a view state
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| SetItemDirty(T) |
Marks collection item dirty
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| ChartingStateManagedCollection<(Of <(<'ChartSeries>)>)> | ||
| ChartSeriesCollection | ||