Search
CandlestickSeriesStyle.RisingBrush Property
See Also
 






Gets or sets a Brush used to fill candlesticks, which open value is smaller or equal to its close value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush RisingBrush { get; set; }

Visual Basic  Copy Code

Public Property RisingBrush As Brush

 Property Value

An instance of the Brush class.

 See Also