Creates elements of the specified series by taking into account the specified area.

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

Syntax

C#
protected void CreateElementsBySeries(
	ChartPaintContext paintContext,
	Series series,
	VectorRectangle area
)
Visual Basic (Declaration)
Protected Sub CreateElementsBySeries ( _
	paintContext As ChartPaintContext, _
	series As Series, _
	area As VectorRectangle _
)
Visual C++
protected:
void CreateElementsBySeries(
	ChartPaintContext^ paintContext, 
	Series^ series, 
	VectorRectangle area
)

See Also