Multi FlexPie Chart - different ToolTips for each Pie?

Posted by: rand.random on 27 January 2021, 4:16 pm EST

  • Posted 27 January 2021, 4:16 pm EST

    I have defined the following PieChart

    
    <c1:FlexPie ItemsSource="{Binding ChartItems}"
                BindingName="Name"
                Binding="Amount,Count" 
                ToolTipContent="{}{Name}&#x0a;{y:n2}">
    </c1:FlexPie>
    
    

    Where one Pie is represening the Amount and the other Pie the Count.

    I would need to have the ToolTip be formated as N2 for the Amount Pie Chart and N0 with the Count Pie Chart.

    Formating the Count as 1,234.00 is undesired in my case, since a Count never has a fraction.

  • Posted 28 January 2021, 5:45 am EST

    Hi,

    I apologize for the inconvenience.

    Currently, FlexPie doesn’t support setting different TooltipContent for multiple pies. However, this seems like a valid requirement so I have raised an enhancement request for the same and will let you know when there is any update. [Internal Tracking Id : C1CHART-1788]

    Therefore, only possible way as of now to show different tooltips is using two different FlexPie.

    Best Regards,

    Kartik

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels