Initializes a new instance of the PointSeriesValue class.

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

Syntax

C#
public PointSeriesValue(
	string argument,
	double value,
	double radius
)
Visual Basic (Declaration)
Public Sub New ( _
	argument As String, _
	value As Double, _
	radius As Double _
)
Visual C++
public:
PointSeriesValue(
	String^ argument, 
	double value, 
	double radius
)

Parameters

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

See Also