Pie Item(Double, Color, Color, Single, 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 color1,
Color color2,
float fillAngle,
double displacement,
string label
)VB
Public Sub New (
pieValue As Double,
color1 As Color,
color2 As Color,
fillAngle As Single,
displacement As Double,
label As String
)