Provides SciChart.Charting.Model.DataSeries.RangeMode invalidation options for the parent surface.
InvalidateParentSurface Method (DataSeries3D)
May be called to trigger a redraw on the parent SciChart.Charting3D.SciChart3DSurface. This method is extremely useful when IDataSeries3D are in a ViewModel and bound via MVVM to SciChart.Charting3D.RenderableSeries.IRenderableSeries3D. Please see the rangeMode parameter for invalidation options.
Syntax
public void InvalidateParentSurface( 
   RangeMode rangeMode
)

Parameters

rangeMode
Provides SciChart.Charting.Model.DataSeries.RangeMode invalidation options for the parent surface.
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