UniformHeatmapSeriesDrawingProvider Class Members
The following tables list the members exposed by UniformHeatmapSeriesDrawingProvider.
Public Constructors
Name | Description | |
---|---|---|
![]() | UniformHeatmapSeriesDrawingProvider Constructor |
Protected Fields
Top
Public Properties
Name | Description | |
---|---|---|
![]() | PeakDetector | Gets or sets an optional IHeatmapPeakDetector instance, which is used to detect data peaks on a SciChart.Charting.Visuals.RenderableSeries.FastUniformHeatmapRenderableSeries during rendering. |
![]() | RenderableSeries | Gets the renderable series instance associated with this BaseDrawingProvider<TRenderableSeries> (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseDrawingProvider<TRenderableSeries>) |
Public Methods
Name | Description | |
---|---|---|
![]() | OnBeginRenderPass | 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<TRenderableSeries>) |
![]() | OnDraw | Called during the Draw pass of this series onto the viewport. This method is guaranteed to be called on the UI Thread. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseHeatmapDrawingProvider<FastUniformHeatmapRenderableSeries>) |
![]() | OnNotifySeriesPropertyChanged | Called when a property changes on the associated SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries which requires caches to be cleared or drawing to be invalidated in some way. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseHeatmapDrawingProvider<FastUniformHeatmapRenderableSeries>) |
Protected Methods
Name | Description | |
---|---|---|
![]() | DrawHeatmapAsRects | Overridden. |
![]() | DrawHeatmapAsTexture | Overloaded. Overridden. |
![]() | DrawHeatmapLabels | Overridden. |
![]() | GetColor | Overloaded. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseHeatmapDrawingProvider<FastUniformHeatmapRenderableSeries>) |
![]() | GetColorDataForTexture | Overridden. |
![]() | GetHorizontalOffset | Overridden. |
![]() | GetTexture | Creates a texture with given width and height. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseHeatmapDrawingProvider<FastUniformHeatmapRenderableSeries>) |
![]() | GetVerticalOffset | Overridden. |
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