AxisCollection Class Properties
For a list of all members of this type, see AxisCollection members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Default | Gets the default axis, which is equal to the axis with the SciChart.Charting.Visuals.Axes.AxisCore.DefaultAxisId, else null |
![]() | Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>) |
Protected Properties
| Name | Description | |
|---|---|---|
![]() | HasPrimaryAxis | Returns true if any of the Axes in the collection have SciChart.Charting.Visuals.Axes.AxisBase.IsPrimaryAxis set to true |
![]() | Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | PrimaryAxis | Gets the primary axis in the collection. This is the first that has SciChart.Charting.Visuals.Axes.AxisBase.IsPrimaryAxis set to true, or null if none exists. |
See Also

