legend_entries property

legend_entries property

Gets a collection of all the LegendEntry objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type.

Definition:

@property
def legend_entries(self):
    ...

See Also