TTMSFNCWidgetGaugeArc Class
Describes the main arc of the gauge: its color, width, angular span, and associated threshold band.
API unit family: TMSFNCWidgetGauge
Inherits from: TPersistent
Syntax
TTMSFNCWidgetGaugeArc = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Color | The fill color of the arc. |
| StartAngle | The angle at which the arc starts, in degrees. |
| StopAngle | The angle at which the arc stops, in degrees. |
| Threshold | The threshold band drawn over this arc. |
| Width | The thickness of the arc as a fraction of the gauge radius. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when an arc property changes and the gauge must redraw. |