We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ChartTrackballBehavior label format

Hi,
is it possible to have the label of the trackBall on two lines?
I'm trying with this code:
ChartTrackballBehaviorExt trackBall = new ChartTrackballBehaviorExt();
trackBall.LabelStyle = new ChartTrackballLabelStyle()
{
BackgroundColor = Color.FromRgb(124, 149, 161),
LabelFormat = "ABC"
};
but with no luck, I see "A B C" on a single line.
Thank you

1 Reply

ME Manivannan Elangovan Syncfusion Team October 26, 2015 01:13 PM UTC

Hi Marco,

Thanks for using Syncfusion products.

We are able to achieve your requirement by workaround using CustomRenderer for Andriod and WinPhone. For iOS, instead of Custom Renderer we have used CustomDelegate.

We have prepared a sample based on your requirement. Please download from the following location

Sample: TrackBallLabelCustomize

Regards,
Manivannan.E

Loader.
Live Chat Icon For mobile
Up arrow icon