Provides SciChart.Charting.Model.DataSeries.RangeMode invalidation options for the parent surface
if set to true [has data changes].
InvalidateParentSurface Method (BaseHeatmapDataSeries<TX,TY,TZ>)
May be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful May 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
Syntax
public void InvalidateParentSurface( 
   RangeMode rangeMode,
   bool hasDataChanges
)

Parameters

rangeMode
Provides SciChart.Charting.Model.DataSeries.RangeMode invalidation options for the parent surface
hasDataChanges
if set to true [has data changes].
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also