SciChart.Charting Assembly > SciChart.Charting.Visuals.RenderableSeries Namespace : CustomRenderableSeries.CustomSeriesDrawingProvider Class
CustomRenderableSeries.CustomSeriesDrawingProvider Class Methods

For a list of all members of this type, see CustomRenderableSeries.CustomSeriesDrawingProvider members.

Public Methods
 NameDescription
Public Method Called when immediately before a render pass begins. This is guaranteed to be called on the UI Thread. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseDrawingProvider<CustomRenderableSeries>)
Public MethodOverridden.  Called during the Draw pass of this series onto the viewport. This method is guaranteed to be called on the UI Thread.  
Public MethodCalled when a property changes on the associated BaseRenderableSeries which requires caches to be cleared or drawing to be invalidated in some way. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseDrawingProvider<CustomRenderableSeries>)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies 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