Class ChartLabelsCollection
Collection of labels
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class ChartLabelsCollection : ChartingStateManagedCollection<LabelItem>, IDeserializableCollection, IList<LabelItem>, ICollection<LabelItem>, IEnumerable<LabelItem>, IChartingStateManager, IList, ICollection, IEnumerable
Constructors
ChartLabelsCollection()
Create new instance of ChartLabelsCollection class.
Declaration
public ChartLabelsCollection()
Properties
Item[Int32]
Gets or sets a LabelItem at the specific position in Labels collection.
Declaration
public override LabelItem this[int index] { get; set; }
Parameters
System. Position in the collection |
Property Value
Label LabelItem at the specific position |
Overrides
Parent
Parent element
Declaration
public object Parent { get; set; }
Property Value
System.
|
Methods
Add(LabelItem)
Add LabelItem at the collection
Declaration
public override void Add(LabelItem item)
Parameters
Label LabelItem for adding |
Overrides
Clear()
Clear collection
Declaration
public void Clear()
Insert(Int32, LabelItem)
Insert LabelItem in collection at the specific position
Declaration
public override void Insert(int index, LabelItem item)
Parameters
System. Position |
Label LabelItem |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object state)
Parameters
System. ViewState with data |
Overrides
OnClearComplete()
Clear items
Declaration
protected override void OnClearComplete()
Overrides
OnInsertComplete(Int32, Object)
Insert item in collection
Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
System. Index to insert in |
System. Value to insert |
Overrides
OnRemoveComplete(Int32, Object)
Remove item at specified index
Declaration
protected override void OnRemoveComplete(int index, object value)
Parameters
System.
|
System.
|
Overrides
Remove(LabelItem)
Remove LabelItem from collection
Declaration
public override bool Remove(LabelItem item)
Parameters
Label LabelItem |
Returns
System.
|
Overrides
RemoveAt(Int32)
Remove LabelItem in the specific position from collection
Declaration
public override void RemoveAt(int index)
Parameters
System. Position |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. Saved data |