ClassSparkAxisCollection
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkAxisCollection : Collection<SparkAxis>, IList, ICollection, IEnumerable
Inheritance: objectCollection<SparkAxis>SparkAxisCollection
Implements:
Inherited Members
Constructors
SparkAxisCollection(SparkArea)
Initializes a new instance of the SparkAxisCollection class.
Declaration
public SparkAxisCollection(SparkArea owner)
Parameters
owner
The owner.
Properties
Methods
AddRange(params SparkAxis[])
Adds the range.
Declaration
public void AddRange(params SparkAxis[] items)
Parameters
items
ClearItems()
Removes all elements from the Collection<T>.
Declaration
protected override void ClearItems()
Overrides
Get<T>()
Gets the axis collection.
Declaration
public T[] Get<T>() where T : SparkAxis
Returns
T[]
Get<T>(int)
Gets the axis at the specified index.
Declaration
public T Get<T>(int index) where T : SparkAxis
Parameters
index
The index.
Returns
T
GetRenderEnumerator()
Gets the render enumerator.
Declaration
public IEnumerator<SparkAxis> GetRenderEnumerator()
Returns
IEnumerator<SparkAxis>
InsertItem(int, SparkAxis)
Inserts the item.
IsAttached(int)
Determines whether the specified index is attached.
RemoveItem(int)
Removes the element at the specified index of the Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
index
The zero-based index of the element to remove.
Exceptions
index is less than zero.-or-index is equal
to or greater than Count.
Overrides