Missing image after pdf convert

Hi,

The Chart.PlotAreaWithoutTickLabels property is same as your mentioned Plot Area, but please call this property after calling Chart.Calculate() method.

a) top-left corner:

Aspose.CellsPicture pic0 = chart.Shapes.AddPictureInChart(
chart.PlotAreaWithoutTickLabels.Y, chart.PlotAreaWithoutTickLabels.X, stream, 90, 90);

b) top-right corner:

Aspose.CellsPicture pic0 = chart.Shapes.AddPictureInChart(
chart.PlotAreaWithoutTickLabels.Y, 0, stream, 90, 90);
pic0.LeftInShape = chart.PlotArea.X + chart.PlotArea.Width - pic0.WidthInShape;
There is an issue about chart.PlotAreaWithoutTickLabels.Width in the current version.

If it’s fixed, you can use the following code too:
pic0.LeftInShape = chart.PlotAreaWithoutTickLabels.X + chart.PlotAreaWithoutTickLabels.Width - pic0.WidthInShape;

And, we will continue to work on the issue. We will get back to you soon.

Thank you.

Hi,

Please try the attached version.
p
{
margin: 0pt;
font-family: Arial,Verdana,Tahoma;
font-size: 11pt;
}
table
{
margin: 0pt;
font-family: Arial,Verdana,Tahoma;
font-size: 11pt;
}
.footer { color:Gray; font-size: 11px; text-align: center; }
.back1 { background-color: whitesmoke; }
.back2 { background-color: #f1f5e1; }
.back3 { background-color: cornsilk; }

body {
font-size: 11pt;
}

We have fixed the issue of
Chart.PlotAreaWithoutTickLabels.

Thank you.

Hi,

it works fine.

Thanks a lot

Erik.

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


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