Hi Andy,
We have ensured your reported scenarios with attached code snippet.
# 1 : I can't seem to get the OnPointClick event to fire
OnPointClick event is triggered properly while clicking the point in a chart series. We have ensured by printing the PointIndex in Console. We have attached the sample for your reference.
# 2: the tooltips don't seem to show
We suggest you to enable tooltip for cartesian chart as like below snippet. Pie and Stacked column chart tooltip is displayed properly in latest version. We have attached video for your reference.
<SfChart>
<ChartTooltipSettings Enable="true"></ChartTooltipSettings>
</SfChart> |
Please revert us if you have any concerns.
Regards,
Durga G