Initializes a new instance of the SeriesValue class.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public SeriesValue(
	double argument,
	double value
)
Visual Basic (Declaration)
Public Sub New ( _
	argument As Double, _
	value As Double _
)
Visual C++
public:
SeriesValue(
	double argument, 
	double value
)

Parameters

argument
Type: System..::.Double
value
Type: System..::.Double

See Also