Class ChartAxisCollection
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartAxisCollection : Collection<Axis>, IList<Axis>, ICollection<Axis>, IList, ICollection, IReadOnlyList<Axis>, IReadOnlyCollection<Axis>, IEnumerable<Axis>, IEnumerable
Constructors
ChartAxisCollection(ChartArea)
Initializes a new instance of the ChartAxisCollection class.
Declaration
public ChartAxisCollection(ChartArea owner)
Parameters
ChartArea
owner
The owner. |
Properties
Owner
Methods
AddRange(Axis[])
ClearItems()
Removes all elements from the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void ClearItems()
Overrides
Get<T>()
Gets the axis collection.
Declaration
public T[] Get<T>()
where T : Axis
Returns
T[]
|
Type Parameters
T
The type of the T. |
Get<T>(Int32)
Gets the axis at the specified index.
Declaration
public T Get<T>(int index)
where T : Axis
Parameters
System.Int32
index
The index. |
Returns
T
|
Type Parameters
T
The type of the T. |
GetRenderEnumerator()
Gets the render enumerator.
Declaration
public IEnumerator<Axis> GetRenderEnumerator()
Returns
System.Collections.Generic.IEnumerator<Axis>
|
InsertItem(Int32, Axis)
Inserts the item.
Declaration
protected override void InsertItem(int index, Axis item)
Parameters
System.Int32
index
The index. |
Axis
item
The item. |
Overrides
IsAttached(Int32)
Determines whether the specified index is attached.
Declaration
public bool IsAttached(int index)
Parameters
System.Int32
index
The index. |
Returns
System.Boolean
|
Purge()
Remove all unused axes from the collection
Declaration
public void Purge()
RemoveItem(Int32)
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
The zero-based index of the element to remove. |
Overrides
Exceptions
System.ArgumentOutOfRangeException
|