[]
Gets a HitTestInfo object with information about the specified point.
public override HitTestInfo HitTest(Point pt)
Type | Name | Description |
---|---|---|
Point | 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(Point pt, bool testLines)
Type | Name | Description |
---|---|---|
Point | pt | Point in control coordinates. |
bool | testLines | Whether to include connecting lines between data points. If testLines=false only data points are used for hit testing. |
Type | Description |
---|---|
HitTestInfo | A HitTestInfo object with information about the point. |