Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

RadPieChart Customize Tooltip

$
0
0
Hi Zohaib,

RadPieChart for Xamarin Forms does not expose API for customizing the tooltip. However, you can create your own custom renderer, which will allow you to get access to the native control and customize the tooltip appearance for each specific platform. You can find out more about creating a custom renderer in this help topic.  You can find the topic dedicated to tooltips in the android chart here and the corresponding one for iOS is here. Note, that in iOS, tooltip is implemented with a trackball with hidden line:

Copy Code
chart.AllowTrackball = true;
chart.Trackball.Line.Hidden = true;
chart.Trackball.Tooltip.PinPosition = TKChartTrackballPinPosition.None;
chart.Trackball.SnapMode = TKChartTrackballSnapMode.ClosestPoint;


Best regards,
Ves
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>