AxisBandsProviderBase<T> Class Members
The following tables list the members exposed by AxisBandsProviderBase<T>.
Protected Constructors
Name | Description | |
---|---|---|
![]() | AxisBandsProviderBase<T> Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | AxisBands | Gets a collection of custom axis bands. |
![]() | ParentAxis | Gets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Numerics.ProviderBase) |
Public Methods
Name | Description | |
---|---|---|
![]() | DrawAxisBands | |
![]() | GetAxisBandsFor | Overloaded. Called to obtain colors and ranges for axis bands in a viewport. |
![]() | Init | Called when the provider instance is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from SciChart.Charting.Numerics.ProviderBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CoerceBandRange | Called to clip band range if it exceeds current SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange. |
![]() | DrawAxisBand | Called to draw one axis band. |
![]() | DrawCustomAxisBands | Draws a collection of custom axis bands AxisBands. See IAxisBandInfo<T>. |
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> |
See Also