Catching ChartSeriesPoint Associated Labels |
Post Reply |
Author | |
GazitJ
Newbie Joined: 23 September 2020 Location: Israel Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 19 November 2020 at 3:56am |
Hey All,
I'm trying to use the HitTest() method for catching associated "ChartSeriesPoint" labels in my dialog. CUiChartControl* ipChart CPoint iPt ChartSeriesPoint* pChartSeriesPoint = dynamic_cast<ChartSeriesPoint*>(ipChart->HitTest(iPt)); ChartAxisLabel* pBarAxisLabel = dynamic_cast<ChartAxisLabel*>(ipChart->HitTest(iPt)); ChartBarSeriesLabel* pBarSeriesLabel = dynamic_cast<ChartBarSeriesLabel*>(ipChart->HitTest(iPt)); When I'm catching the "ChartAxisLabel" or the "ChartBarSeriesLabel" I don't see anything that connect them to the "ChartSeriesPoint". Can someone help me please?
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |