Posted 5 September 2022, 1:17 pm EST
Hi.
Consider following simple code for tooltip
flexChartMain.ToolTip.Content = $"{ComponentName} : {{Value}}\rDate: {{Date}}";
1)Is there any way to add something like linklabel or other control so one could via tooltip trigger some action, say it contains basic info like above plus some actionable control to show, say, report?
2)Also, suppose I have an outlier on chart which I want to delete, is there any way to call a context menu on a specific series item or do it via tooltip and some actinable control?
Thanks in advance.