TTMSFNCChartSerieLegend Class
Configures the per-series legend overlay, which can be positioned independently from the chart-level legend.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartSerieLegend = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Fill | Fill settings for the series legend background. |
| Font | Font used to render series legend item labels. |
| Left | Horizontal offset in pixels from the anchor position. |
| Position | Anchor position of the series legend within the chart area. |
| Stroke | Stroke settings for the series legend border. |
| Top | Vertical offset in pixels from the anchor position. |
| Visible | When True, the series legend is drawn; when False (default), it is hidden. |
Methods
| Name | Description |
|---|---|
| Chart | Returns the owning chart instance. |
| Serie | Returns the series associated with this settings object. |