axis_labels property

axis_labels property

Gets the labels of the axis after call Chart.Calculate() method.

Remarks

NOTE: This member is now obsolete. Instead, please use Axis.GetAxisTexts method. This property will be removed 12 months later since November 2023. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def axis_labels(self):
    ...

See Also