MobileForms Toolkit Documentation

CandleStickChart.GetClickIndex Method 

Gets index of the piece of data belonging to a data Series at the specified point. The index relates to the data Series.

public override int GetClickIndex(
int x,
int y
);

Parameters

x
X-coordinate of the point.
y
Y-coordinate of the point.

Return Value

Index of the piece of data belonging to a data Series at the specified point.

See Also

CandleStickChart Class | Resco.Controls.CompactChart Namespace