[]
Creates the hit test result from the specified drawing object.
public static ChartHitTestResult FromElement(IDrawingObject element)
Public Shared Function FromElement(element As IDrawingObject) As ChartHitTestResult
| Type | Name | Description |
|---|---|---|
| IDrawingObject | element | The drawing object to be hit. |
| Type | Description |
|---|---|
| ChartHitTestResult | A ChartHitTestResult object represents the hit test result. |