MindFusion WinForms Programmer's Guide
LineDataChangedEventArgs Constructor
See Also
 





Initializes a new instance of the LineDataChangedEventArgs class.

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

 Syntax

C#  Copy Code

public LineDataChangedEventArgs (
    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 X-value.

newYValue

The new Y-value.

oldXValue

The old X-value.

oldYValue

The old Y-value.

 See Also

LineDataChangedEventArgs Class
MindFusion.Charting.WinForms Namespace