Class ChartAxisCollection
A collection class which holds ChartAxis.
Inheritance
System.Object
ChartAxisCollection
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartAxisCollection : ObservableCollection<ChartAxis>
Constructors
ChartAxisCollection()
Declaration
public ChartAxisCollection()
Properties
Item[String]
return ChartAxis value from the given string
Declaration
public ChartAxis this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type |
---|
ChartAxis |
Methods
InsertItem(Int32, ChartAxis)
Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, ChartAxis item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index at which |
ChartAxis | item | The object to insert. |