category_data property
category_data property
Gets or sets the range of category Axis values. It can be a range of cells (such as “d1:e10”) or a sequence of values (such as “{2,6,8,10}”).
Definition:
@property
def category_data(self):
...
@category_data.setter
def category_data(self, value):
...
See Also
- module
aspose.cells.charts - class
SeriesCollection