Gets or sets the color for a candle if a data point's Close value is greater than its Open value. Default: Empty (auto).

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlColor PriceUpColor { get; set; }
Visual Basic
Public Property PriceUpColor As RdlColor
	Get
	Set

See Also