TTMSFNCWPLegendOptions Class
Configures the legend table drawn for multi-progress circles, including font, border, fill, margin, and placement.
API unit family: TMSFNCWidgetMultiProgress
Inherits from: TPersistent
Syntax
TTMSFNCWPLegendOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Border | Stroke used for the legend border. |
| Fill | Fill used for the legend table background. |
| Font | Font used for legend text. |
| Margin | Spacing, in pixels, around the legend table. |
| Position | Position where the legend is drawn. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs when a legend option changes and the owner should repaint. |