[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLegend.SeriesFromCoord

SeriesFromCoord Method

SeriesFromCoord(int, int, ref int)

Gets the index of the legend series entry closest to the specified coordinates.

Declaration
public bool SeriesFromCoord(int x, int y, ref int seriesIndex)
Parameters
Type Name Description
int x

X client coordinate in pixels.

int y

Y client coordinate in pixels.

int seriesIndex

Series index.

Returns
Type Description
bool

This method returns true when a legend series entry exists at the specified coordinate. The seriesIndex is set as it is passed by reference.

See Also