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