NinjaScript > Language Reference > Drawing >

CandleOutlineColor

Print this Topic Previous pageReturn to chapter overviewNext page

Definition

Sets the outline color of a candle stick.
 
* If you set the BarColor property and the CandleOutlineColor property is not set, the outline color will take the color set by the BarColor property.

 

Property Value

A color structure that represents the color of this price bar.

 

Syntax

CandleOutlineColor

 

 

Examples

// Sets the candle outline color to black
CandleOutlineColor = Color.Black;