LegendEntry Class
Contents
[
Hide
]LegendEntry class
Represents a legend entry in a chart legend.
type LegendEntry struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsDeleted | Gets and sets whether the legend entry is deleted. |
| SetIsDeleted | Gets and sets whether the legend entry is deleted. |
| GetFont | Gets a Font object of the specified ChartFrame object. |
| IsTextNoFill | Gets or sets no fill of the text. |
| SetIsTextNoFill | Gets or sets no fill of the text. |
| GetAutoScaleFont | True if the text in the object changes font size when the object size changes.The default value is True. |
| SetAutoScaleFont | True if the text in the object changes font size when the object size changes.The default value is True. |
| GetBackgroundMode | Gets and sets the display mode of the background |
| SetBackgroundMode | Gets and sets the display mode of the background |