ChartLegendEntry class

ChartLegendEntry class

Represents a chart legend entry. To learn more, visit the Working with Charts documentation article.

Remarks

A legend entry corresponds to a specific chart series or trendline.

The text of the entry is the name of the series or trendline. The text cannot be changed.

Properties

NameDescription
fontProvides access to the font formatting of this legend entry.
is_hiddenGets or sets a value indicating whether this entry is hidden in the chart legend. The default value is false.

See Also