Collection of labels
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
public class ChartLabelsCollection : ChartingStateManagedCollection<LabelItem>, IChartingStateManager
Inheritance: objectChartingStateManagedCollection<LabelItem>ChartLabelsCollection
Implements:
Inherited Members
Constructors
Create new instance of ChartLabelsCollection class.
public ChartLabelsCollection()
Properties
Parent
object
Parent element
[Browsable(false)]
public object Parent { get; set; }
Methods
Add LabelItem at the collection
Clear collection
public void Clear()
Insert LabelItem in collection at the specific position
public override void Insert(int index, LabelItem item)
Position
itemLabelItemLabelItem
Overrides:
Load data from ViewState
protected override void LoadViewState(object state)
ViewState with data
Overrides:
Clear items
protected override void OnClearComplete()
Overrides:
Insert item in collection
protected override void OnInsertComplete(int index, object value)
Index to insert in
valueobjectValue to insert
Overrides:
Remove item at specified index
protected override void OnRemoveComplete(int index, object value)
Overrides:
Remove LabelItem from collection
public override bool Remove(LabelItem item)
LabelItem
Returns:bool
Overrides:
Remove LabelItem in the specific position from collection
public override void RemoveAt(int index)
Position
Overrides:
SaveViewState()
object
Save data to ViewState
protected override object SaveViewState()
object
Saved data
Overrides: