AxisInfo Class Members
The following tables list the members exposed by AxisInfo.
Public Constructors
Name | Description | |
---|---|---|
![]() | AxisInfo Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | AxisAlignment | Gets or sets the current Axis alignment |
![]() | AxisFormattedDataValue | Gets or sets a Formatted data value using the Axis.FormatText method |
![]() | AxisId | Gets or sets the current Axis Id |
![]() | AxisTitle | Gets or sets the current Axis Title |
![]() | CursorFormattedDataValue | Gets or sets a Cursor Formatted data value, using the Axis.FormatCursorText method |
![]() | DataValue | Gets or sets the DataValue at the axis hit test point |
![]() | IsHorizontal | Gets or sets the current orientation, indicating whether SciChart.Charting.Visuals.Axes.IAxis is horizontal or not |
![]() | IsMasterChartAxis | Gets or sets the value, indicating that the associated axis belongs to the surface, where a mouse event occured originally. See SciChart.Charting.ChartModifiers.ModifierEventArgsBase.IsMaster |
![]() | IsXAxis | Gets or sets whether the current axis is an X-Axis or not |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | 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 | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also