Properties  Methods  Events


SciChart.Charting Assembly > SciChart.Charting.Model.ChartSeries Namespace : UniformHeatmapRenderableSeriesViewModel Class
UniformHeatmapRenderableSeriesViewModel Class Members

The following tables list the members exposed by UniformHeatmapRenderableSeriesViewModel.

Public Constructors
Public Properties
 NameDescription
Public Property (Inherited from SciChart.Charting.Model.ChartSeries.BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets whether this series uses AntiAliasing when drawn (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets foreground color to draw value in a cell. (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets foreground color to draw value in a cell. (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the cellTextFormatting as a .NET Formatting string (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the ColorMap which is used to calculate color from data value. (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the DataSeries associated with this series (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating how this renderable series will treat double.NaN. See SciChart.Charting.Visuals.RenderableSeries.LineDrawMode for available options (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a flag to draw value in a cell. (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating whether this series should be included in the DataPointSelectionModifier or not (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating whether this series should be included in the RolloverModifier or not (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating whether this series should be included in the SeriesSelectionModifier or not (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating whether this series should be included in the SeriesValueModifier or not (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating whether this series should be included in the TooltipModifier or not (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a value indicating whether this line series is a digital (step) line (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets whether the series is selected (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets whether the series is visible when drawn (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the opacity, bound by default to RenderableSeries.Opacity (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public 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 BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the PeakDetector which is used to detect data peaks during rendering.  
Public PropertyGets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each data-point in the series (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each selected data-point in the series (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets an optional SciChart.Charting.Visuals.RenderableSeries.ISeriesInfoProvider instance, which may be used to override the series info during rendering. For more details, see the SciChart.Charting.Visuals.RenderableSeries.ISeriesInfoProvider documentation (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the stroke color of the series (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets 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 BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the StrokeThickness of the line (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets a tag, bound by default to RenderableSeries.Tag (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public Property (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public Property (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyOverridden. Gets the View Type which this ViewModel will be associated with.  
Public PropertyGets or sets the ID of the X-Axis which this renderable series is measured against (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets or sets the ID of the Y-Axis which this renderable series is measured against (Inherited from BaseHeatmapRenderableSeriesViewModel)
Public PropertyGets 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 BaseHeatmapRenderableSeriesViewModel)
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Protected Methods
 NameDescription
Protected MethodThis method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Protected MethodRaises the SelectionChanged event (Inherited from BaseHeatmapRenderableSeriesViewModel)
Protected MethodThis method is used to set property value and raise PropertyChanged event handler (Inherited from BaseHeatmapRenderableSeriesViewModel)
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
Public Events
 NameDescription
Public EventOccurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Public EventOccurs when IsSelected property changed and passes as EventArgs the IsSelected value (Inherited from BaseHeatmapRenderableSeriesViewModel)
Top
See Also