Title in Chart Image is not appearing on the right side of the chart area

Hi,

When the chart-image is generated with Excel 2007 format, the chart title’s is always displayed in the center.

In Excel 2003 format, the chart title gets displayed on right or left of center as it is specified in the code below

//display chart title on right side
chart.Title.Text = “Sample text for title”;
chart.Title.X = 3500;
chart.Title.Y = 10;

//display chart title on left side

chart.Title.Text = “Sample text for title”;

chart.Title.X = 10;

chart.Title.Y = 10;

Please see the attachment for complete code and output samples.

Thanks and regards,
Vinay

Hi,

Thanks for the sample code and template files.

After an initial test, I have found the issue as you have mentioned. I have logged your issue with an id: CELLSNET-26570. We will look into your issue soon.

Thank you.

Hi,

We have fixed the chart title position issue. Please download Aspose.Cells
for .NET v5.3.2.7
.

The issues you have found earlier (filed as 26570) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.