control_data property
control_data property
Gets the data of control.
Example
if shape.control_data == None:
print("No data.")
Definition:
@property
def control_data(self):
...
See Also
- module
aspose.cells.drawing
- class
ChartShape
Gets the data of control.
if shape.control_data == None:
print("No data.")
@property
def control_data(self):
...
aspose.cells.drawing
ChartShape