Table of Contents

TTMSFNCWidgetTrendIndicator Class

Published trend indicator control for visualizing a current value and recent value history.

API unit family: TMSFNCWidgetTrendIndicator Inherits from: TTMSFNCWidgetTrendIndicatorCustom

Syntax

TTMSFNCWidgetTrendIndicator = class(TTMSFNCWidgetTrendIndicatorCustom)

Properties

Name Description
Border Stroke used to draw the indicator border. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
DescriptionFont Font used for the description text. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
DescriptionText Description text displayed with the value. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
GraphColor Stroke used to draw the trend graph. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
GraphFill Fill used for bar trend graphs. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
Value Main numeric value displayed by the indicator. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
ValueFont Font used for the main value text. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
ValueFormat Format string used for the main value text. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
Values Values plotted in the trend graph. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
Version Version string of the trend indicator component.

Events

Name Description
OnAfterDrawBkg Event raised after the indicator background is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnAfterDrawDescriptionText Event raised after the description text is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnAfterDrawGraph Event raised after the trend graph is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnAfterDrawValueText Event raised after the value text is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnBeforeDrawBkg Event raised before the indicator background is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnBeforeDrawDescriptionText Event raised before the description text is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnBeforeDrawGraph Event raised before the trend graph is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnBeforeDrawValueText Event raised before the value text is drawn. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnGetDescriptionText Event raised to customize the description text. (inherited from TTMSFNCWidgetTrendIndicatorCustom)
OnGetValueText Event raised to customize the value text. (inherited from TTMSFNCWidgetTrendIndicatorCustom)

Used by