Hi,
Hi Andrew, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Causes: Error 41 'XValues' is not
a member of 'Aspose.Slides.Charts.ChartSeries'.
andrew.coan:
You can use oChartSeries.DataPoints.Count in the new unified API.
Error 35 'Values' is not
a member of 'Aspose.Slides.Charts.ChartSeries'.
andrew.coan:
Please use oChartSeries.DataPoints[iRows].Value.Data to get the Value.
Two errors: Error
38 'Id' is not a member of 'Aspose.Slides.Charts.DataLabel'. Error
39 'Add' is not a member of 'Aspose.Slides.Charts.IDataLabelCollection'.
andrew.coan:
IDataLabel.Id property is obsolete. Now you can check the "index" in oChartSeries.Labels[index] collection. Use the following sample code to add the datalabel.
Dim label As IDataLabel = series.DataPoints(0).Label
label.DataLabelFormat.ShowCategoryName = True
Error 47 'ShowCategoryName'
is not a member of 'Aspose.Slides.Charts.DataLabel'.
andrew.coan:
Please use label.DataLabelFormat.ShowCategoryName = True to show the category name.
Please feel free to contact support in case you need any further assistance.
Thanks & Regards,
That’s fantastic - thank you very much for your help; problems solved!
Hi Andrew,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for the feedback.<o:p></o:p>
We are pleased to know that your issue has been resolved.
Please feel free to contact support in case you need any further assistance.<o:p></o:p>
Thanks & Regards,<o:p></o:p>