CandleOutlineBrush

View as Markdown

Definition

Sets the outline Brush of a candlestick.

Property Value

A brush object that represents the color of this price bar.

Syntax

CandleOutlineBrush

You may have up to 65,535 unique CandleOutlineBrushes instances, therefore, using static predefined brushes should be favored. Alternatively, in order to use fewer brushes, please try to cache your custom brushes until a new brush would actually need to be created.

Examples

1// Sets the candle outline color to black
2CandleOutlineBrush = Brushes.Black;

You may have up to 65,535 unique CandleOutlineBrushes instances, therefore, using static predefined brushes should be favored. Alternatively, in order to use fewer brushes, please try to cache your custom brushes until a new brush would actually need to be created.