TTMSFNCDILegendOptions Class
Controls the appearance and placement of the legend that lists the data points and their colors. Raises a change notification so the owner can repaint when any setting is modified.
API unit family: TMSFNCWidgetDistributionIndicator
Inherits from: TPersistent
Syntax
TTMSFNCDILegendOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Font | Font used to render the legend entries. |
| Position | Side of the indicator on which the legend is drawn. |
| Visible | Controls whether the legend is drawn. When True the legend is visible and reserves layout space; when False it is hidden. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs after the font, position, or visibility changes. The owning control handles this to repaint. Sender is this options object. |