ILegendEntryProperties

ILegendEntryProperties interface

Represents legend properties of a chart.

public interface ILegendEntryProperties : IFormattedTextContainer

Properties

NameDescription
AsIFormattedTextContainer { get; }Allows to get base IFormattedTextContainer interface. Read-only IFormattedTextContainer.
Hide { get; set; }Returns or sets the hide flag of legend entry. Read/write Boolean.

See Also