FinancialSeriesLabel Class
The Candle Stick or Stock series’s point label parameters’ storage.
Declaration
public class FinancialSeriesLabel
extends SeriesLabel
Remarks
The following image demonstrates which label parameters to configure:
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
StyledElement
SeriesLabel
FinancialSeriesLabel
FinancialSeriesLabel()
Initializes a new FinancialSeriesLabel class instance with default parameters.
Declaration
public FinancialSeriesLabel()
Methods
getPosition() Method
Returns the financial series labels’ position.
Declaration
public FinancialSeriesLabelPosition getPosition()
Returns
Type | Description |
---|---|
FinancialSeriesLabelPosition | FinancialSeriesLabelPosition enumeration value specifying the labels’ position. |
getStyle() Method
Returns the series labels’ style.
Declaration
public SeriesLabelStyle getStyle()
Returns
Type | Description |
---|---|
SeriesLabelStyle | The SeriesLabelStyle object specifying a label style. |
setPosition(FinancialSeriesLabelPosition) Method
Specifies the financial series labels’ position.
Declaration
public void setPosition(FinancialSeriesLabelPosition position)
Parameters
Name | Type | Description |
---|---|---|
position | FinancialSeriesLabelPosition | FinancialSeriesLabelPosition enumeration value specifying the labels’ position. |
setStyle(SeriesLabelStyle) Method
Specifies the series labels’ style.
Declaration
public void setStyle(SeriesLabelStyle style)
Parameters
Name | Type | Description |
---|---|---|
style | SeriesLabelStyle | The SeriesLabelStyle object specifying the labels’ style. |