Version

GetPlotPoints Method

Syntax
'Declaration
 
Protected Function GetPlotPoints( _
   ByVal view As SeriesView, _
   ByVal clipper As Clipper, _
   ByVal itemPoints As Object, _
   ByVal xParams As ScalerParams, _
   ByVal yParams As ScalerParams, _
   ByVal offset As Double, _
   ByVal wrapOffset As Double _
) As List(Of FlattenedShape)
protected List<FlattenedShape> GetPlotPoints( 
   SeriesView view,
   Clipper clipper,
   object itemPoints,
   ScalerParams xParams,
   ScalerParams yParams,
   double offset,
   double wrapOffset
)

Parameters

view
clipper
itemPoints
xParams
yParams
offset
wrapOffset
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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