Table of Contents

TTMSFNCDIFunnelOptions Class

Controls the geometry of the funnel presentation: the relative widths of the top and bottom edges, the gap between sections, and whether sections are sorted by descending value. Raises a change notification so the owner can repaint when any setting is modified.

API unit family: TMSFNCWidgetDistributionIndicator Inherits from: TPersistent

Syntax

TTMSFNCDIFunnelOptions = class(TPersistent)

Properties

Name Description
Gap Vertical gap between adjacent funnel sections as a fraction of the available drawing height.
Sorted Controls whether funnel sections are ordered by descending value. When True the largest section is drawn at the top; when False the original item order is preserved.
WidthBottom Width of the bottom edge of the funnel as a fraction of the available drawing width.
WidthTop Width of the top edge of the funnel as a fraction of the available drawing width.

Events

Name Description
OnChange Occurs after any funnel setting changes. The owning control handles this to repaint. Sender is this options object.