LegendEntryProperties

LegendEntryProperties class

Represents legend properties of a chart.

public class LegendEntryProperties : ILegendEntryProperties

Properties

NameDescription
Chart { get; }Returns the parent chart. Read-only IChart.
Hide { get; set; }Determines whether the legend entry is hide. Read/write Boolean.
TextFormat { get; }Returns text format. Read-only IChartTextFormat.

See Also