MindFusion WinForms Programmer's Guide
LineDataChangingEventArgs Constructor
See Also
 





Initializes a new instance of the LineDataChangingEventArgs class.

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

 Syntax

C#  Copy Code

public LineDataChangingEventArgs (
    int xIndex,
    int yIndex,
    int seriesIndex,
    double newXValue,
    double newYValue,
    double oldXValue,
    double oldYValue
)

Visual Basic  Copy Code

Public New ( _
    xIndex As Integer, _
    yIndex As Integer, _
    seriesIndex As Integer, _
    newXValue As Double, _
    newYValue As Double, _
    oldXValue As Double, _
    oldYValue As Double _
)

 Parameters

xIndex

The index of the X-data.

yIndex

The index of the Y-data.

seriesIndex

The index of the series.

newXValue

The new value for the X-data.

newYValue

The new value for the Y-data.

oldXValue

The old value for the X-data.

oldYValue

The old value for the Y-data.

 See Also

LineDataChangingEventArgs Class
MindFusion.Charting.WinForms Namespace