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( double argument, double value, Fill fill )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ argument As Double, _ value As Double, _ fill As Fill _ )  | 
| Visual C++ | 
|---|
public: PieSeriesValue( double argument, double value, Fill^ fill )  | 
Parameters
- argument
 - Type: System..::.Double
 
- value
 - Type: System..::.Double
 
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill