MindFusion WinForms Programmer's Guide
PieDataChangingEventArgs Constructor
See Also
 





Initializes a new instance of the PieDataChangingEventArgs class.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public PieDataChangingEventArgs (
    int index,
    int relatedIndex,
    double newValue,
    double oldValue
)

Visual Basic  Copy Code

Public New ( _
    index As Integer, _
    relatedIndex As Integer, _
    newValue As Double, _
    oldValue As Double _
)

 Parameters

index

The index of the pie piece that is about to change.

relatedIndex

The index of the piece next to the one that is about to change.

newValue

The new value of the pie piece.

oldValue

The old value of the pie piece.

 See Also

PieDataChangingEventArgs Class
MindFusion.Charting.WinForms Namespace