Class TickPointCollection
Represents a collection of TickPoint items.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class TickPointCollection : RadHierarchicalObservableCollection<TickPoint>, ISuspendNotifications, INotifyCollectionStateProvider, INotifyItemPropertyChanged
Constructors
TickPointCollection()
Declaration
public TickPointCollection()
Methods
InsertItem(Int32, TickPoint)
Inserts an element into the System.Collections.ObjectModel.Collection<> at the specified index.
Declaration
protected override void InsertItem(int index, TickPoint item)
Parameters
System.Int32
index
The zero-based index at which |
TickPoint
item
The object to insert. The value can be null for reference types. |
Overrides
Exceptions
System.ArgumentOutOfRangeException
|