Easy way for Chart Setup using Chart.SetChartDataRange method
Contents
[
Hide
]
Aspose.Cells for Python via .NET now provides Chart.set_chart_data_range() method to set up chart easily. Using this method, you will now not need to add series and category axis data separately.
The following sample code explains the use Chart.set_chart_data_range() method to set up chart easily.