The current data series.
The renderPassData contains additional helper classes and parameters.
The value indicating whether these points is used for drawing.
GetPolygonPoints Method (BaseTernaryRenderableSeries)
Gets a collection of the System.Windows.Point items which are associated with the polygon.
Syntax
[IteratorStateMachine(SciChart.Charting.Visuals.RenderableSeries.BaseTernaryRenderableSeries/d__26)] 
public IEnumerable<Point> GetPolygonPoints( 
   IXyzDataSeries<double,double,double> dataSeries, 
   TernaryRenderPassData renderPassData, 
   bool useForDrawing 
)

Parameters

dataSeries
The current data series.
renderPassData
The renderPassData contains additional helper classes and parameters.
useForDrawing
The value indicating whether these points is used for drawing.
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