[]
Gets a HitTestInfo object with information about the specified point.
public override HitTestInfo HitTest(C1Point pt)
| Type | Name | Description |
|---|---|---|
| C1Point | pt | Point in control coordinates. |
| Type | Description |
|---|---|
| HitTestInfo | A HitTestInfo object with information about the point. |
Gets a HitTestInfo object with information about the specified point.
public HitTestInfo HitTest(C1Point pt, MeasureOption options, int seriesIndex = -1)
| Type | Name | Description |
|---|---|---|
| C1Point | pt | Point in control coordinates. |
| MeasureOption | options | Measure options. |
| int | seriesIndex | Optional Series index. If index is specified the method returns information about the closest data point of the specified series. |
| Type | Description |
|---|---|
| HitTestInfo |