SparkAxisCollection
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkAxisCollection : Collection<SparkAxis>, IList, ICollection, IEnumerable
Inheritance: objectCollection<SparkAxis>SparkAxisCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkAxisCollection class.
Properties
Methods
Adds the range.
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Gets the axis collection.
C#
public T[] Get<T>() where T : SparkAxis
T[]
Gets the axis at the specified index.
Gets the render enumerator.
Remove all unused axes from the collection
C#
public void Purge()
Removes the element at the specified index of the Collection<T>.