MindFusion WinForms Programmer's Guide
LineDataChangedEventArgs Members
Constructors Properties
 


A class that holds data for the DataChanged event of the line chart.

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

 Public Constructors

  Name Description

LineDataChangedEventArgs

Initializes a new instance of the LineDataChangedEventArgs class.

 Public Properties

  Name Description

NewXValue

The new X-value.

NewYValue

The new Y-value.

OldXValue

The old X-value.

OldYValue

The old Y-value.

SeriesIndex

The index of the series.

XIndex

Gets the index of the X-data.

YIndex

Gets the index of the Y-data.

 See Also

LineDataChangedEventArgs Class
MindFusion.Charting.WinForms Namespace