Initializes a new instance of the PieSeriesValue class.

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

Syntax

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

See Also