text property
text property
Gets or sets the text of data label.
Remarks
Only works when this is a data label of a chart point.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
aspose.cells.charts - class
DataLabels