LegendEntry
LegendEntry class
Represents a legend entry in a chart legend.
Properties
| Name | Type | Description |
|---|---|---|
| IsDeleted | boolean | Gets and sets whether the legend entry is deleted. |
| Font | Font | Gets a Font object of the specified ChartFrame object. |
| TextFont | Font | Gets a Font object of the specified LegendEntry object. NOTE: This member is now obsolete. Instead, please use LegendEnt |
| 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. |
| Background | Number | Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. NOTE: Thi |
| BackgroundMode | Number | Gets 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