Custom figures collection
| C# | Visual Basic | Visual Basic Usage |
public class CustomFiguresCollection : ChartingStateManagedCollection<CustomFigure>
Public Class CustomFiguresCollection _ Inherits ChartingStateManagedCollection(Of CustomFigure)
Dim instance As CustomFiguresCollection
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CustomFiguresCollection()()()() | Initializes a new instance of the CustomFiguresCollection class | |
| Add(CustomFigure) |
Adds a custom figure to the collection.
(Overrides ChartingStateManagedCollection<(Of <(<'CustomFigure>)>)>.Add(T).) | |
| AddRange(array<CustomFigure>[]()[][]) |
Adds an array of figure items to the figures collection.
(Overrides ChartingStateManagedCollection<(Of <(<'CustomFigure>)>)>.AddRange(array<T>[]()[][]).) | |
| Clear()()()() |
Clears collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Contains(String) |
Indicates whether the specified figure item exists in the collection.
| |
| 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.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| GetFigure(Int32) |
Gets or sets a custom figures collection item.
| |
| GetFigure(String) |
Gets or sets a custom figures collection item.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(String) |
Returns the index of the specified figure item.
| |
| IndexOf(T) |
Item index in collection
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Insert(Int32, T) |
Inserts item at the given index
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| IsReadOnly |
Gets true if collection is read-only
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Item[([( Int32])]) |
Gets the collection item at given index
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| List |
Items list
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| LoadViewState(Object) |
Loads collection from view state
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| 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) |
Item after insert event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnRemove(Int32, Object) |
Item before remove event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| OnRemoveComplete(Int32, Object) |
Item after remove event
(Inherited from ChartingStateManagedCollection<(Of <(<'T>)>)>.) | |
| Remove(String) |
Removes figure with specified name
| |
| 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>)>)>.) | |
| 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 <(<'CustomFigure>)>)> | ||
| CustomFiguresCollection | ||