TimeSpanAxisBandsProvider Class Members
The following tables list the members exposed by TimeSpanAxisBandsProvider.
Public Constructors
Name | Description | |
---|---|---|
![]() | TimeSpanAxisBandsProvider Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | AxisBands | Gets a collection of custom axis bands. (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
![]() | ParentAxis | Gets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
Public Methods
Name | Description | |
---|---|---|
![]() | DrawAxisBands | (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
![]() | GetAxisBandsFor | Overloaded. (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
![]() | 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.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CoerceBandRange | Called to clip band range if it exceeds current SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange. (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
![]() | DrawAxisBand | Called to draw one axis band. (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
![]() | DrawCustomAxisBands | Draws a collection of custom axis bands AxisBands. See IAxisBandInfo<T>. (Inherited from SciChart.Charting.Visuals.Axes.AxisBandProviders.AxisBandsProviderBase<TimeSpanRange>) |
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