TTMSFNCChartSmartLabels Class
Controls automatic label placement for dense axis tick labels, including rotation and count limits.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartSmartLabels = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoRotate | When True, labels are rotated when horizontal spacing is too tight. |
| Enabled | When True, smart label placement adjusts label positions to reduce overlap. |
| MaxLabels | Maximum number of labels to draw; 0 means no upper limit. |
| MinLabelSpacing | Minimum gap in pixels between adjacent labels; labels closer than this are hidden or rotated. |
| MinLabels | Minimum number of labels that must remain visible; labels are never hidden below this count. |
Methods
| Name | Description |
|---|---|
| Chart | Returns the owning chart instance. |
| Serie | Returns the series associated with this settings object. |