TTMSFNCChartMargins Class
Stores four integer margin values (left, top, right, bottom) used for spacing within chart elements.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartMargins = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Bottom | Bottom margin in pixels. |
| Left | Left margin in pixels. |
| Right | Right margin in pixels. |
| Top | Top margin in pixels. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when the settings object changes. |