Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class AxisScaleBreakCollection : Collection<AxisScaleBreak>, IList, ICollection, IEnumerable
Inheritance: objectCollection<AxisScaleBreak>AxisScaleBreakCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the AxisScaleBreakCollection class.
Properties
Gets the AxisScaleBreak with the specified name.
Methods
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, AxisScaleBreak item)
The index.
itemAxisScaleBreakThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.