Graph PaneAdd Pie Slice(Double, Color, Color, Single, Double, String) Method
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 AddPieSlice(
double value,
Color color1,
Color color2,
float fillAngle,
double displacement,
string label
)VB
Public Function AddPieSlice (
value As Double,
color1 As Color,
color2 As Color,
fillAngle As Single,
displacement As Double,
label As String
) As PieItem