Collection of labels
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public class ChartLabelsCollection : ChartingStateManagedCollection<LabelItem>, IChartingStateManager, IList, ICollection, IEnumerable
Inheritance: objectChartingStateManagedCollection<LabelItem>ChartLabelsCollection
Implements:
Inherited Members
Constructors
Create new instance of ChartLabelsCollection class.
C#
public ChartLabelsCollection()
Properties
Methods
Add LabelItem at the collection
Clear collection
C#
public void Clear()
Load data from ViewState
C#
protected override void LoadViewState(object state)
ViewState with data
Overrides:
Clear items
C#
protected override void OnClearComplete()
Overrides:
Remove LabelItem in the specific position from collection
Save data to ViewState