Class LegendEntry

LegendEntry class

Represents a legend entry in a chart legend.

public class LegendEntry

Properties

NameDescription
AutoScaleFont { get; set; }True if the text in the object changes font size when the object size changes. The default value is True.
Background { get; set; }(Obsolete.) Gets and sets the display mode of the background
BackgroundMode { get; set; }Gets and sets the display mode of the background
Font { get; }Gets a Font object of the specified ChartFrame object.
IsDeleted { get; set; }Gets and sets whether the legend entry is deleted.
IsTextNoFill { get; set; }Gets or sets no fill of the text.
virtual TextFont { get; }(Obsolete.) Gets a Font object of the specified LegendEntry object.

See Also