XYPlot |
| Name | Description | |
|---|---|---|
| HitTest(HitTestPointData) | Performs hit testing with point-based hit data. | |
| HitTest(HitTestRectangularData) | Hit test of retangular hit test data against the layer (here treated as IGraphicBase object). Decision is here not to allow the layer itself to be selected by rectangular selection, instead we allow all subobjects to be selected. | |
| HitTest(HitTestPointData, Boolean) | Performs hit testing with point-based hit data. | |
| HitTest(HitTestRectangularData, ListIHitTestObject) | Collects all sub-objects of this layer that are selected by a rectangular selection area into a list. |