I would like to add the data table to the chart axis.
How to do it interactively is described here:
http://office.microsoft.com/en-us/excel-help/show-or-hide-a-chart-legend-or-data-table-HP010007432.aspx#BM2
Is it supported by Aspose.Slides ?
See attachment for example
Hi,
Thanks for inquiring Aspose.Sldies.
I like to share that you can create charts using Aspose.Slides. Please visit this documentation link for your kind reference. You can also set the chart data table to visible as well by using following sample code line in your application. Please share, if I may help you further in this regard.
chart.HasDataTable=true;
Many Thanks,
Thanks for the quick response.
To achieve the layout in the attachment I had to do:
chart.HasDataTable = true;
chart.ChartDataTable.ShowLegendKey = true;
chart.ChartDataTable.HasBorderHorizontal = true;
chart.ChartDataTable.HasBorderOutline = true;
chart.ChartDataTable.HasBorderVertical = true;
This works fine, thanks
The only problem left is the size of the font of the ChartDataTable, it’s too big.
There is no ChartDataTable.TextProperties .
Any suggestions?
Any suggestions?
Hi,
I have observed the requirements of setting the font related properties for the chart data table and regret to share that the mentioned property is currently unavailable in Aspose.Slides. I have created an issue with ID SLIDESNET-33909 as new feature request to provide the support. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.
We are sorry for your inconvenience,
Hi,
I see few posts that people ask to change the font of: legend, labels, axis etc.
May I suggest that you provide a way to set the font for the whole chart in one place instead of doing it separately for legend, title , data table etc.
Regards,
Moshe
Hi Moshe,
I have observed your requirement shared by you and have created an issue with ID SLIDESNET-33910 in our issue tracking system as new feature request. Our development team will investigate the possibility of implementing the desired feature support. We will share the updates with you as soon as the issue will be resolved.
Many Thanks,
The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan