StockSeriesStyle Class
Stores the Stock series appearance settings.
Declaration
public class StockSeriesStyle
extends StyleBase
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
StockSeriesStyle()
Initializes a new StockSeriesStyle class instance with default parameters.
Declaration
public StockSeriesStyle()
Methods
getFallingStroke() Method
Returns the stroke color of the point that is showing a drop in a price.
Declaration
public Integer getFallingStroke()
Returns
| Type | Description |
|---|---|
| Integer | The stroke color as a color-int value. |
getRisingStroke() Method
Returns the stroke color of the point that is showing a rise in a price.
Declaration
public Integer getRisingStroke()
Returns
| Type | Description |
|---|---|
| Integer | The stroke color as a color-int value. |
getStrokeThickness() Method
Returns the stroke thickness.
Declaration
public Float getStrokeThickness()
Returns
| Type | Description |
|---|---|
| Float | The stroke thickness value. |
setFallingStroke(Integer) Method
Specifies the stroke color of the point that is showing a drop in a price.
Declaration
public void setFallingStroke(Integer stroke)
Parameters
| Name | Type | Description |
|---|---|---|
| stroke | Integer | The stroke color as a color-int value. |
setRisingStroke(Integer) Method
Specifies the stroke color of the point that is showing a rise in a price.
Declaration
public void setRisingStroke(Integer stroke)
Parameters
| Name | Type | Description |
|---|---|---|
| stroke | Integer | The stroke color as a color-int value. |
setStrokeThickness(Float) Method
Specifies the stroke thickness.
Declaration
public void setStrokeThickness(Float strokeThickness)
Parameters
| Name | Type | Description |
|---|---|---|
| strokeThickness | Float | The stroke thickness value. |