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(
	string argument,
	double value
)
Visual Basic (Declaration)
Public Sub New ( _
	argument As String, _
	value As Double _
)
Visual C++
public:
SeriesValue(
	String^ argument, 
	double value
)

Parameters

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

See Also