Search
CandlestickSeriesStyle.setFallingBrush Method
See Also
 






Sets the Brush used to fill candlesticks, whose open value is greater than their close value.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setFallingBrush (
    Brush value
)

 Parameters

value

An instance of the Brush class.

 See Also