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

Cant change size of axis values

chart 

How do i change the size of this value? 

2 Replies

FF Filipe Fernandes replied to Filipe Fernandes March 26, 2015 04:16 PM UTC

chart 

How do i change the size of this value? 

Found the solution: 

NumericalAxis secondaryAxis = new NumericalAxis() { ShowMinorGridLines = true};
secondaryAxis.LabelStyle = new ChartAxisLabelStyle() { TextColor = Colors.Pink, Font = Font.OfSize(Device.OnPlatform("Helvetica-Light", null, null), 14) };


MK Magesh Kumar Krishnan Syncfusion Team March 27, 2015 04:27 AM UTC

Hi Filipe,

Thanks for contacting Syncfusion support. We are glad to know that you have found the solution. Please let us know if you require further assistance on this.

Thanks,
Magesh Kumar K


Loader.
Live Chat Icon For mobile
Up arrow icon