LegendEntry

LegendEntry class

Represents a legend entry in a chart legend.

Properties

NameTypeDescription
IsDeletedbooleanGets and sets whether the legend entry is deleted.
FontFontGets a Font object of the specified ChartFrame object.
TextFontFontGets a Font object of the specified LegendEntry object. NOTE: This member is now obsolete. Instead, please use LegendEnt
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.
BackgroundNumberGets and sets the display mode of the background The value of the property is BackgroundMode integer constant. NOTE: Thi
BackgroundModeNumberGets and sets the display mode of the background The value of the property is BackgroundMode integer constant.

LegendEntry.IsDeleted property

Gets and sets whether the legend entry is deleted.

Type: boolean

LegendEntry.Font property

Gets a Font object of the specified ChartFrame object.

Type: Font

LegendEntry.TextFont property

Gets a Font object of the specified LegendEntry object. NOTE: This member is now obsolete. Instead, please use LegendEntry.Font property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.

Type: Font

LegendEntry.IsTextNoFill property

Gets or sets no fill of the text.

Type: boolean

LegendEntry.AutoScaleFont property

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

Type: boolean

LegendEntry.Background property

Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. NOTE: This member is now obsolete. Instead, please use LegendEntry.BackgroundMode property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.

Type: Number

LegendEntry.BackgroundMode property

Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.

Type: Number