Returns element array that represents the specified series.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected Element[] GetElementsBySeries( Series series, VectorRectangle area ) |
Visual Basic (Declaration) |
---|
Protected Function GetElementsBySeries ( _ series As Series, _ area As VectorRectangle _ ) As Element() |
Visual C++ |
---|
protected: array<Element^>^ GetElementsBySeries( Series^ series, VectorRectangle area ) |
Parameters
- series
- Type: PerpetuumSoft.Charts..::.Series