Properties  Methods 


AxisBandsProviderBase<T> Class Members

The following tables list the members exposed by AxisBandsProviderBase<T>.

Protected Constructors
Public Properties
 NameDescription
Public PropertyGets a collection of custom axis bands.  
Public PropertyGets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Numerics.ProviderBase)
Top
Public Methods
 NameDescription
Public Method  
Public MethodOverloaded. Called to obtain colors and ranges for axis bands in a viewport.  
Public MethodCalled 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)
Top
Protected Methods
 NameDescription
Protected MethodCalled to clip band range if it exceeds current SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange.  
Protected MethodCalled to draw one axis band.  
Protected MethodDraws a collection of custom axis bands AxisBands. See IAxisBandInfo<T>.  
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also