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

Primary Axis centered and not using the full space available

My charts seem to be centered and not starting at the left-most point and stretching to the rightmost point along the X-Axis.

Is there a simple property causing this?\

Attached is a zip file with an image.

Troy


space_609e27a9.zip

1 Reply

SS Sheik Syed Abthaheer M Syncfusion Team June 18, 2013 09:13 AM UTC

Hi Troy,

Thanks for using Syncfusion products.

We have analyzed your query and you can achieve your requirement by applying RangePadding property of Primary axis as “None” as shown in the given below code snippet.

Code snippet [Xaml]:

  <syncfusion:ChartAxis RangePadding="None" />

Code snipet[C#]:

  primaryAxis.RangePadding = ChartRangePaddingType.None;

Please let us know if you have any queries.

Regards,

M. Sheik


Loader.
Live Chat Icon For mobile
Up arrow icon