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

Custom Sizing Plot Area of Chart

when I add titles to the chart, it automatically shrinks the size of the actual plotted data. How do I control how big the plotted area is?

The reason is that by default it creates too much whitespace between the plot area and the chart title.


1 Reply

MA Manohari Syncfusion Team October 18, 2008 06:21 PM UTC

Hi Robert,

Thanks for your interest in Syncfusion products.

There is no direct way to set the Size of the ChartPlotARea. HOwever if your interest is to reduce the space between the ChartTitle and the CHatPlotarea, it is possible by reducing the ChartAreaMargins ( which is 10 by default).

Example:

this.chartControl1.ChartAreaMargins = new ChartMargins(0, 0, 0, 0);

Kindly let us know if this helps in resolving your problem. Thanks for your patience.

Regards,
Manohari.R


Loader.
Live Chat Icon For mobile
Up arrow icon