Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
In our previous topics, we have already provided many examples to demonstrate that how can you set a data source for your chart but in this topic, we are going to provide more details about the types of data that can be set for a chart.
There are two types of data to deal with while working on charts using Aspose.Cells for Python via .NET as follows:
Chart data is the data that we use as a data source to build our charts. We can add a range of the cells (containing chart data) by calling the SeriesCollection object’s add method.
Category data is used for the labeling of chart data and can be added to SeriesCollection by using its category_data property. A complete example is given below to demonstrate the use of chart and category data. After executing the above example code, a column chart will be added to the worksheet as shown below.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.