Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
Remove Tool Tip Image Color
posted

Hi Team,

In Xam Data Chart Tool Tip can i remove the colour control that shows in the tool tip of Xam Data Chart.

Appreciate your help.

Can i remove the marked  part in the below image

Regards,

Sridhar.

Parents
  • 1400
    Verified Answer
    Offline posted

    Hello Sridhar,

    To remove Legend Item Badges that show up in Tooltips of a series of DataChart, you need to set empty Data Template to the LegendItemBadgeTemplate property. Here an example how to do this on ColumnSeries:

    <ig:ColumnSeries.LegendItemBadgeTemplate>
        <DataTemplate>
            
        </DataTemplate>
    </ig:ColumnSeries.LegendItemBadgeTemplate>
    Let me know if you more help with styling Data Chart control.
    
Reply Children
No Data