Pie Item(Double, Color, Double, String) Constructor
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public PieItem(
double pieValue,
Color color,
double displacement,
string label
)VB
Public Sub New (
pieValue As Double,
color As Color,
displacement As Double,
label As String
)