Returns the array of unpainted series of the specified type.
Namespace:
PerpetuumSoft.ChartsAssembly: 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 ) |