[]
Performs hit testing for the series.
public virtual HitTestInfo HitTest(Point point, bool testLines = false)
| Type | Name | Description |
|---|---|---|
| Point | point | Point in control's coordinates. |
| bool | testLines | Whether to test distance from connecting lines. |
| Type | Description |
|---|---|
| HitTestInfo | Hit test result. |