ChartEvents_SeriesChangeEventHandler Delegate

Definition

A Delegate type used to add an event handler for the SeriesChange event. The SeriesChange event occurs when the user changes the value of a chart data point.

public delegate void ChartEvents_SeriesChangeEventHandler(int SeriesIndex, int PointIndex);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ChartEvents_SeriesChangeEventHandler(int SeriesIndex, int PointIndex);
Public Delegate Sub ChartEvents_SeriesChangeEventHandler(SeriesIndex As Integer, PointIndex As Integer)

Parameters

SeriesIndex
Int32

The offset within the Series collection for the changed series.

PointIndex
Int32

The offset within the Points collection for the changed point.

Attributes

Applies to