GetSelectionPoints()
GetSelectionPoints()
Definition
Returns the chart object’s data points where the user can interact. These points are used to visually indicate that the chart object is selected and allow the user to manipulate the chart object. This method is only called when IsSelected is set to true.
Method Return Value
A collection of Points representing the x- and y-coordinates of the chart object.
Syntax
You must override the method using the following syntax:
public override Point[] GetSelectionPoints(ChartControl chartControl, ChartScale chartScale)\{ \}

