Returns a value that indicates that the series can be painted with the help of the specified SeriesView.

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

Syntax

C#
protected static bool IsValidSeries(
	Series series,
	Type seriesViewType
)
Visual Basic (Declaration)
Protected Shared Function IsValidSeries ( _
	series As Series, _
	seriesViewType As Type _
) As Boolean
Visual C++
protected:
static bool IsValidSeries(
	Series^ series, 
	Type^ seriesViewType
)

Parameters

series
Type: PerpetuumSoft.Charts..::.Series
seriesViewType
Type: System..::.Type

See Also