BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
public class CustomSelectionBehavior : ChartSelectionBehavior { protected override void OnSelectionChanged(ChartSelectionEventArgs arg) { base.OnSelectionChanged(arg); //create a popupwindow } } |
[XAML]
<chart:SfChart.ChartBehaviors> <local:CustomSelectionBehavior /> </chart:SfChart.ChartBehaviors> |
Please let us know if you need any further assistance on this.
Thanks,
Yuvaraj P
Hi Alexander,
Thanks for the update.
Please let us know if you need any further assistance on this.
Thanks,
Yuvaraj