IHeatmapRenderableSeries Interface Properties

For a list of all members of this type, see IHeatmapRenderableSeries members.

Public Properties
 NameDescription
 Property Gets or sets alternate text color for heatmap labels.  
 Property Gets or sets whether this series uses AntiAliasing when drawn (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets a HeatmapColorPalette which is used to calculate a color from a data value.  
 Property Gets or sets the RenderPassData instance used for this render pass (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets the DataContext to apply to the IRenderableSeries (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets the DataSeries associated with this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property

Gets the collection of SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider implementations associated with this series.

Each series can have 1..N DrawingProviders which provides a specific function of drawing, such as lines, point-markers, candlesticks etc... These must be set in the constructor of the series before it can be drawn

This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider.OnDraw which performs the drawing of the series onto the viewport

(Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets a value indicating how this renderable series will treat double.NaN. See LineDrawMode for available options (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets a flag that specifies whether to draw heatmap labels.  
 Property Gets or sets the FontFamily for the heatmap labels  
 Property Gets or sets the FontSize for the heatmap labels  
 Property Gets or sets the FontStyle for the heatmap labels  
 Property Gets or sets the FontWeight for the heatmap labels  
 PropertyGets or sets the height of the SciChart.Charting.Visuals.IDrawable in pixels (Inherited from SciChart.Charting.Visuals.IDrawable)
 Property

Gets the SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider implementation associated with this series.

This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider.HitTest which return a HitTestInfo struct containing information about the Hit-Test operation. Use to determine points near the mouse or whether the mouse is over a series.

(Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property If this series draws a line, this property is used to define a value indicating whether this line is a digital (step) line (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets value, indicates whether this IRenderableSeries is selected (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase)
 PropertyGets or sets an override Opacity value from 0.0 - 1.0 for the IRenderableSeries (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or Sets an optional SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider documentation (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets the resampling precision for this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets a cached Framework Element which is used as a Rollover Marker. This is generated from a ControlTemplate in xaml via the BaseRenderableSeries.RolloverMarkerTemplateProperty DependencyProperty (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets style for selected series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets animation applied to this IRenderableSeries. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartSurface instance, and shared between peripheral components such as SciChart.Charting.Visuals.Axes.AxisBase, BaseRenderableSeries, SciChart.Charting.ChartModifiers.ChartModifierBase instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase)
 Property Gets or sets the Stroke. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyIf this series draws a line, this property gets or sets a StrokeDashArray property, used to define a dashed line. See the MSDN Documentation for System.Windows.Shapes.Shape.StrokeDashArray as this property attempts to mimic the same behaviour (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets the StrokeThickness in pixels for this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets the style to apply to the IRenderableSeries (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets text color for heatmap labels.  
 Property Gets or sets a format string for heatmap labels.  
 Property Gets or sets a value indicating whether to use alternate text color for heatmap labels. The choice is based on greyscale calculations.  
 PropertyWhen True, linear texture filtering is used. For more information see SciChart.Drawing.Common.TextureFiltering.  
 PropertyGets or sets the width of the SciChart.Charting.Visuals.IDrawable in pixels (Inherited from SciChart.Charting.Visuals.IDrawable)
 PropertyGets or sets the XAxis that this IRenderableSeries is associated with (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets the ID of the X-Axis which this renderable series is measured against (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 PropertyGets or sets the YAxis that this IRenderableSeries is associated with (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets the ID of the Y-Axis which this renderable series is measured against (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Property Gets or sets the value which determines the zero line in Y direction. Used to set the bottom of a column, or the zero line in a mountain (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
Top
See Also