Search
CandlestickSeriesStyle Constructor
See Also
 






Initializes a new instance of the CandlestickSeriesStyle class.

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

 Syntax

Java  Copy Code

public CandlestickSeriesStyle (
    Brush risingBrush,
    Brush fallingBrush,
    Brush stroke,
    double strokeThickness,
    DashStyle strokeDashStyle,
    CandlestickRenderer renderer
)

 Parameters

risingBrush

The Brush used for painting bars that show raising stock value.

fallingBrush

The Brush used for painting bars that show falling stock value.

stroke

The Brush used for stroking candlestick bars.

strokeThickness

The thickness of the candlestick stroke.

strokeDashStyle

renderer

 See Also