TTMSFNCDistributionValue Class
Represents a single data point in a distribution indicator. Each item carries a numeric value, an optional descriptive label, and the fill and stroke used to render its segment in the donut, pie, bar, or funnel presentation.
API unit family: TMSFNCWidgetDistributionIndicator
Inherits from: TCollectionItem
Syntax
TTMSFNCDistributionValue = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Fill | Fill used to paint the interior of the segment that represents this data point. |
| RunningTotal | Cumulative sum of this item's value and all values preceding it in the collection. Maintained internally to position segments and is not intended to be set directly. |
| Stroke | Stroke used to paint the outline of the segment that represents this data point. |
| Text | Label shown for the data point in the legend and, where applicable, on the segment itself. |
| Value | Numeric magnitude of the data point. Its share of the combined total determines the size of the rendered segment. |