Table of Contents

TTMSFNCWidgetMultiProgress Class

Displays multiple progress values as concentric circles with optional value labels and a legend.

API unit family: TMSFNCWidgetMultiProgress Inherits from: TTMSFNCWidgetProgressCustom

Syntax

TTMSFNCWidgetMultiProgress = class(TTMSFNCWidgetProgressCustom)

Properties

Name Description
CircleItems Collection of progress circles displayed by the widget.
CircleOptions Shared appearance options for the progress circles.
Legend Legend appearance and placement options.
Version Version string for the widget implementation.

Methods

Name Description
SetCircleItems Assigns the circle item collection displayed by the widget.
SetLegend Assigns legend appearance and placement options.

Events

Name Description
OnAfterDrawLegendTable Occurs after the legend table is drawn.
OnAfterDrawMultiProgressCircles Occurs after the multi-progress circles are drawn.
OnBeforeDrawLegendTable Occurs before the legend table is drawn.
OnBeforeDrawMultiProgressCircles Occurs before the multi-progress circles are drawn.

Used by