legend_entries_labels property

legend_entries_labels property

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

Remarks

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

Definition:

@property
def legend_entries_labels(self):
    ...

See Also