MindFusion WinForms Programmer's Guide
BarDataChangingEventArgs Constructor
See Also
 





Initializes a new instance of the BarDataChangingEventArgs class.

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

 Syntax

C#  Copy Code

public BarDataChangingEventArgs (
    int index,
    int seriesIndex,
    double newValue,
    double oldValue
)

Visual Basic  Copy Code

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

 Parameters

index

The index of the data.

seriesIndex

The index of the series.

newValue

The new value.

oldValue

The old value.

 See Also

BarDataChangingEventArgs Class
MindFusion.Charting.WinForms Namespace