LegendEntry
Contents
[
Hide
]LegendEntry class
Represents a legend entry in a chart legend.
class LegendEntry;
Properties
| Property | Type | Description |
|---|---|---|
| isDeleted | boolean | Gets and sets whether the legend entry is deleted. |
| font | Font | Readonly. Gets a Font object of the specified ChartFrame object. |
| isTextNoFill | boolean | Gets or sets no fill of the text. |
| autoScaleFont | boolean | True if the text in the object changes font size when the object size changes. The default value is True. |
| backgroundMode | BackgroundMode | Gets 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;