|
virtual |
Hit tests the specified point.
Call this method for hit testing.
This method will return pHitInfo->m_hitInfo set to BCGPChartHitInfo::HIT_NONE if dwHitInfoFlags does not specify BCGPChartHitInfo::HIT_ALL_ELEMENTS, but the specified elements were not detected under the specified point.
See description for BCGPChartHitInfo::m_hitInfo for more information about returned hit codes.
pt | Specifies a point to test in client coordinates of chart owner. |
pHitInfo | A pointer to a hit info structure. Its fields are filled when the function returns. |
dwHitInfoFlags | Specifies the flags that describe what chart elements should be hit tested. |