Returns the array of unpainted series of the specified type.

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

Syntax

C#
protected Series[] GetNotPaintedSeries(
	ChartArea area,
	Type seriesViewType
)
Visual Basic (Declaration)
Protected Function GetNotPaintedSeries ( _
	area As ChartArea, _
	seriesViewType As Type _
) As Series()
Visual C++
protected:
array<Series^>^ GetNotPaintedSeries(
	ChartArea^ area, 
	Type^ seriesViewType
)

Parameters

area
Type: PerpetuumSoft.Charts..::.ChartArea
seriesViewType
Type: System..::.Type

See Also