TTMSFNCWidgetDistributionIndicator Class
Published distribution indicator control for comparing values as donut, pie, bar, or funnel visuals.
API unit family: TMSFNCWidgetDistributionIndicator
Inherits from: TTMSFNCWidgetDistributionIndicatorCustom
Syntax
TTMSFNCWidgetDistributionIndicator = class(TTMSFNCWidgetDistributionIndicatorCustom)
Properties
| Name | Description |
|---|---|
| BarLength | Length of each bar when using a bar distribution type. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| BarWidth | Width of each bar when using a bar distribution type. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Border | Stroke used to draw the indicator border. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| DonutThickness | Thickness of the donut ring when using the donut distribution type. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Footer | Footer caption settings. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Funnel | Funnel display settings. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Header | Header caption settings. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Legend | Legend display settings. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Value | Main value displayed by the indicator. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| ValueFont | Font used for distribution value text. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| ValueFormatAbsolute | Format string used for absolute value text. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| ValueFormatPercentage | Format string used for percentage value text. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| ValueType | Determines whether values are displayed as absolute numbers or percentages. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Values | Collection of values included in the distribution. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| Version | Version string of the distribution indicator component. |
Events
| Name | Description |
|---|---|
| OnAfterDrawBarSectionAndValueText | Event raised after a bar section and its value text are drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnAfterDrawBkg | Event raised after the indicator background is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnAfterDrawDonutPart | Event raised after a donut or pie segment is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnAfterDrawFunnelSectionAndValueText | Event raised after a funnel section and its value text are drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnAfterDrawHeaderFooterText | Event raised after header or footer text is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnAfterDrawLegendTable | Event raised after the legend table is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnBeforeDrawBarSectionAndValueText | Event raised before a bar section and its value text are drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnBeforeDrawBkg | Event raised before the indicator background is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnBeforeDrawDonutPart | Event raised before a donut or pie segment is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnBeforeDrawFunnelSectionAndValueText | Event raised before a funnel section and its value text are drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnBeforeDrawHeaderFooterText | Event raised before header or footer text is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnBeforeDrawLegendTable | Event raised before the legend table is drawn. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |
| OnGetHeaderFooterText | Event raised to customize header or footer text. (inherited from TTMSFNCWidgetDistributionIndicatorCustom) |