PriceDownColor Property (ChartDataPointCustomProperties.RangeCandlestickProps)
In This Topic
Gets or sets the color for a candle if a data point's Close value is less than its Open value. Default: Empty (auto).
Syntax
'Declaration
Public Property PriceDownColor As RdlColor
public RdlColor PriceDownColor {get; set;}
See Also