Initializes a new instance of the PieSeriesValue class.
Namespace:
PerpetuumSoft.ChartsAssembly: 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 ) |
Parameters
- argument
- Type: System..::.String
- value
- Type: System..::.Double
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill