IHeatmapDataSeries Interface Methods

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

Public Methods
 NameDescription
 Method Clears the series, resetting internal lists to zero size. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Finds the closest line to a point with given X and Y value. Search region is a vertical area with center in X and [maxXDistance] X units to left and right. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Finds the closest point to a point with given X and Y value. Search region is a vertical area with center in X and [maxXDistance] X units to left and right. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Finds the index to the DataSeries at the specified X-Value. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Gets the integer indices of the XValues array that are currently in the VisibleRange passed in, and an indefinite range otherwise. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 MethodGets the YRange of the data (min, max of the series) in the input visible range point range, where the input range is the SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Returns the X index of this value on a heatmap.  
 Method Returns the X index range for the given X data range on a heatmap.  
 Method Gets the XRange of the data (min, max of the series). (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Returns a start X value of the corresponding heatmap cell.  
 Method Returns the Y index of this value on a heatmap.  
 Method Returns the Y index range for the given Y data range on a heatmap.  
 Method Returns a start Y value of the corresponding heatmap cell.  
 Method Returns the Z value of the corresponding heatmap cell.  
 MethodMay be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful when SciChart.Charting.Model.DataSeries.IDataSeries are in a ViewModel and bound via MVVM to SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. Please see the rangeMode parameter for invalidation options. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodReturns heatmap details for given , .  
 MethodConverts the default YValues to an SciChart.Data.Model.IPointSeries which is used to render XY series. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries)
 Method Updates Z value for the given X and Y indexes on a heatmap  
Top
Extension Methods
 NameDescription
Public Extension Method
Top
See Also