CandleStickSeriesStyle Class
Stores the Candle Stick series’s appearance settings.
Declaration
public class CandleStickSeriesStyle
extends StockSeriesStyle
Remarks
Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
Object
ChartElement
StyleBase
StockSeriesStyle
CandleStickSeriesStyle
CandleStickSeriesStyle()
Initializes a new CandleStickSeriesStyle class instance with default parameters.
Declaration
public CandleStickSeriesStyle()
Methods
getFallingFill() Method
Returns the fill color of the candle which shows a drop in a stock price.
Declaration
public Integer getFallingFill()
Returns
Type | Description |
---|---|
Integer | The fill color as a color-int value. |
getRisingFill() Method
Returns the fill color of the candle which shows a rise in a stock price.
Declaration
public Integer getRisingFill()
Returns
Type | Description |
---|---|
Integer | The fill color as a color-int value. |
setFallingFill(Integer) Method
Specifies the fill color of the candle which shows a drop in a stock price.
Declaration
public void setFallingFill(Integer fill)
Parameters
Name | Type | Description |
---|---|---|
fill | Integer | The fill color as a color-int value. |
setRisingFill(Integer) Method
Specifies the fill color of the candle which shows a rise in a stock price.
Declaration
public void setRisingFill(Integer fill)
Parameters
Name | Type | Description |
---|---|---|
fill | Integer | The fill color as a color-int value. |