Adds elements array to the collection of elements which represent series chart.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void AddElements( Element[] elements ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddElements ( _ elements As Element() _ ) |
| Visual C++ |
|---|
public: void AddElements( array<Element^>^ elements ) |
Parameters
- elements
- Type: array<
PerpetuumSoft.Instrumentation.Model..::.Element
>[]()[]