ChartAxisCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartAxisCollection : Collection<Axis>, IList, ICollection, IEnumerable
Inheritance: objectCollection<Axis>ChartAxisCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartAxisCollection 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 : Axis
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>.