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.
Hi martin,
Thanks a lot for your help.It works.
Sridhar
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.