FinancialSeriesLabelValues Class
Provides values that configure the financial series’s label text.
Declaration
public class FinancialSeriesLabelValues
extends SeriesLabelValuesBase
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
SeriesLabelValuesBase
FinancialSeriesLabelValues
Methods
getArgument() Method
Returns the data point’s argument.
Declaration
public Date getArgument()
Returns
| Type | Description |
|---|---|
| Date | The date-time argument. |
getCloseValue() Method
Returns the financial point’s close value.
Declaration
public double getCloseValue()
Returns
| Type | Description |
|---|---|
| double | The close value of the financial point. |
getHighValue() Method
Returns the financial point’s high value.
Declaration
public double getHighValue()
Returns
| Type | Description |
|---|---|
| double | The high value of the financial point. |
getLowValue() Method
Returns the financial point’s low value.
Declaration
public double getLowValue()
Returns
| Type | Description |
|---|---|
| double | The low value of the financial point. |
getOpenValue() Method
Returns the financial point’s open value.
Declaration
public double getOpenValue()
Returns
| Type | Description |
|---|---|
| double | The open value of the financial point. |