Pie ItemGet Coords 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 override bool GetCoords(
GraphPane pane,
int i,
out string coords
)VB
Public Overrides Function GetCoords (
pane As GraphPane,
i As Integer,
<OutAttribute> ByRef coords As String
) As Boolean