Class ChartAxisLabelCollection
Represents a collection of ChartAxisLabel.
Inheritance
System.Object
ChartAxisLabelCollection
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartAxisLabelCollection : ObservableCollection<ChartAxisLabel>
Constructors
ChartAxisLabelCollection()
Declaration
public ChartAxisLabelCollection()
Methods
ClearItems()
ChartAxisLabelsCollection Clear Items
Declaration
protected override void ClearItems()
InsertItem(Int32, ChartAxisLabel)
Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, ChartAxisLabel item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index at which |
ChartAxisLabel | item | The object to insert. |