LegendEntry

LegendEntry class

Represents a legend entry in a chart legend.

class LegendEntry;

Properties

PropertyTypeDescription
isDeletedbooleanGets and sets whether the legend entry is deleted.
fontFontReadonly. Gets a Font object of the specified ChartFrame object.
isTextNoFillbooleanGets or sets no fill of the text.
autoScaleFontbooleanTrue if the text in the object changes font size when the object size changes. The default value is True.
backgroundModeBackgroundModeGets and sets the display mode of the background

isDeleted

Gets and sets whether the legend entry is deleted.

isDeleted : boolean;

font

Readonly. Gets a Font object of the specified ChartFrame object.

font : Font;

isTextNoFill

Gets or sets no fill of the text.

isTextNoFill : boolean;

autoScaleFont

True if the text in the object changes font size when the object size changes. The default value is True.

autoScaleFont : boolean;

backgroundMode

Gets and sets the display mode of the background

backgroundMode : BackgroundMode;