Table of Contents

TTMSFNCChartSerieMultiPoint Class

Controls the appearance of multi-value series (OHLC, candlestick) including increasing and decreasing colors.

API unit family: TMSFNCChart Inherits from: TPersistent

Syntax

TTMSFNCChartSerieMultiPoint = class(TPersistent)

Properties

Name Description
DecreaseFillColor Fill color used for bars or candles where the closing value is below the opening value.
DecreaseStrokeColor Stroke color used for bars or candles where the closing value is below the opening value.
IncreaseFillColor Fill color used for bars or candles where the closing value exceeds the opening value.
IncreaseStrokeColor Stroke color used for bars or candles where the closing value exceeds the opening value.
Width Body width of OHLC or candlestick bars expressed in the unit defined by WidthType.
WidthType Whether Width is interpreted as a percentage of the slot or as pixels.

Methods

Name Description
Chart Returns the owning chart instance.
Serie Returns the series associated with this settings object.