Class SparkAxisCollection
Inherited Members
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkAxisCollection : Collection<SparkAxis>, IList<SparkAxis>, ICollection<SparkAxis>, IList, ICollection, IReadOnlyList<SparkAxis>, IReadOnlyCollection<SparkAxis>, IEnumerable<SparkAxis>, IEnumerable
Constructors
SparkAxisCollection(SparkArea)
Initializes a new instance of the SparkAxisCollection class.
Declaration
public SparkAxisCollection(SparkArea owner)
Parameters
SparkArea
owner
The owner. |
Properties
Owner
Methods
AddRange(SparkAxis[])
Adds the range.
Declaration
public void AddRange(params SparkAxis[] items)
Parameters
SparkAxis[]
items
|
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 : SparkAxis
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 : SparkAxis
Parameters
System.Int32
index
The index. |
Returns
T
|
Type Parameters
T
The type of the T. |
GetRenderEnumerator()
Gets the render enumerator.
Declaration
public IEnumerator<SparkAxis> GetRenderEnumerator()
Returns
System.Collections.Generic.IEnumerator<SparkAxis>
|
InsertItem(Int32, SparkAxis)
Inserts the item.
Declaration
protected override void InsertItem(int index, SparkAxis item)
Parameters
System.Int32
index
The index. |
SparkAxis
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
|