ChartLegendEntry

ChartLegendEntry class

Represents a chart legend entry.

To learn more, visit the Working with Charts documentation article.

public class ChartLegendEntry

Properties

NameDescription
Font { get; }Provides access to the font formatting of this legend entry.
IsHidden { get; set; }Gets or sets a value indicating whether this entry is hidden in the chart legend. The default value is false.

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.

See Also