The data series.
if set to true [is selected].
The vertex ids.
PerformSelection Method (FreeSurfaceSceneEntityHelper)
Performs selection, setting the isSelected flag to true or false on the SciChart.Charting3D.Model.IDataSeries3D for the given list of Vertex Ids
Syntax
public void PerformSelection( 
   IDataSeries3D dataSeries,
   bool isSelected,
   List<VertexId> vertexIds
)

Parameters

dataSeries
The data series.
isSelected
if set to true [is selected].
vertexIds
The vertex ids.
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