TTMSFNCChartElement Class
Base class for chart elements (title, axes, legend) that share fill, stroke, and visibility settings.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartElement = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Fill settings for the element background. |
| Stroke | Stroke settings for the element border. |
| Visible | When True, the element is drawn; when False, it is hidden. |
Methods
| Name | Description |
|---|---|
| Chart | Returns the owning TTMSFNCChart instance. Returns the owning chart instance. |