MindFusion WinForms Programmer's Guide
PieChart.getUpdateData Method
See Also
 





Gets the new angles after dragging has been completed.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void getUpdateData (
    PointF clickedPoint,
    PointF newPoint,
    ref int index1,
    ref int index2,
    ref double newData
)

Visual Basic  Copy Code

Public Sub getUpdateData( _
    clickedPoint As PointF, _
    newPoint As PointF, _
    ByRef index1 As Integer, _
    ByRef index2 As Integer, _
    ByRef newData As Double _
)

 Parameters

clickedPoint

The clicked point.

newPoint

The new point.

index1

The index of the first piece.

index2

The index of the second piece.

newData

The new data.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting Namespace