Initializes a new instance of the SeriesValueBase class
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected SeriesValueBase( double argument ) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _ argument As Double _ ) |
| Visual C++ |
|---|
protected: SeriesValueBase( double argument ) |
Parameters
- argument
- Type: System..::.Double