CandleOutlineBrush

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

CandleOutlineBrush

Return to chapter overview

Definition

Sets the outline Brush of a candlestick.

 

Property Value

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

 

Syntax

CandleOutlineBrush

 

Warning:  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

ns

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