Returns an argument of the series value with the corresponding index.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public double GetArgumentByIndex( int index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetArgumentByIndex ( _ index As Integer _ ) As Double |
| Visual C++ |
|---|
public: double GetArgumentByIndex( int index ) |
Parameters
- index
- Type: System..::.Int32