MindFusion WinForms Programmer's Guide
LineDataChangingEventArgs Members
Constructors Properties
 


A class that provides data for the DataChanging event of a line chart.

The following tables list the members exposed by the LineDataChangingEventArgs type.

 Public Constructors

  Name Description

LineDataChangingEventArgs

Initializes a new instance of the LineDataChangingEventArgs class.

 Public Properties

  Name Description

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.

SeriesIndex

The index of the series.

XIndex

The index of the X-data.

YIndex

The index of the Y-data.

 See Also

LineDataChangingEventArgs Class
MindFusion.Charting.WinForms Namespace