AxisCollection Class Members
The following tables list the members exposed by AxisCollection.
Public Constructors
Name | Description | |
---|---|---|
![]() | AxisCollection Constructor | Overloaded. |
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.ObservableCollection<IAxis>) |
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. |
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | GetAxisById | Gets the axis specified by Id, else null |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | GetSchema | Returns an XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | ReadXml | Generates AxisCollection from its XML representation. |
![]() | Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | SubscribeInnerCollection | Adds event handlers for the internal collection. |
![]() | UnsubscribeInnerCollection | Removes event handlers for the internal collection. |
![]() | WriteXml | Converts AxisCollection into its XML representation. |
Protected Methods
Name | Description | |
---|---|---|
![]() | BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | ClearItems | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | InsertItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | RemoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
![]() | SetItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | FindIndex | Overloaded. Finds the index of the item in the List according to the desired SearchMode. If isSorted is true, uses fast binary search |
![]() | ForEachDo | Overloaded. Iterates over the list and performs an action on each element |
![]() | IsNullOrEmptyList | Determines whether this is a is null or empty list |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
Protected Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<IAxis>) |
See Also