Creates an element that represents a chart by the corresponding points.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void CreateElement(
	Series series,
	Vector[] points
)
Visual Basic (Declaration)
Protected Overridable Sub CreateElement ( _
	series As Series, _
	points As Vector() _
)
Visual C++
protected:
virtual void CreateElement(
	Series^ series, 
	array<Vector>^ points
)

Parameters

series
Type: PerpetuumSoft.Charts..::.Series
points
Type: array< PerpetuumSoft.Framework.Drawing..::.Vector >[]()[]

See Also