Returns series array of the specified type.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected Series[] GetSeries( Series[] series, Type seriesViewType ) |
Visual Basic (Declaration) |
---|
Protected Function GetSeries ( _ series As Series(), _ seriesViewType As Type _ ) As Series() |
Visual C++ |
---|
protected: array<Series^>^ GetSeries( array<Series^>^ series, Type^ seriesViewType ) |
Parameters
- series
- Type: array<
PerpetuumSoft.Charts..::.Series
>[]()[]
- seriesViewType
- Type: System..::.Type