FillTransparent Property (ChartHilo)
In This Topic
Gets or sets a value indicating whether open candles are transparent (true) or filled with the series symbol color (false).
Syntax
'Declaration
Public Property FillTransparent As Boolean
public bool FillTransparent {get; set;}
See Also