Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.RangeCandlestickProps Class / PriceDownColor Property

In This Topic
    PriceDownColor Property (ChartSeriesCustomProperties.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