Skip to main content
A newer version of this page is available.

StockSeries Class

A series that displays data as a vertical line limited by the Low and High values.

Declaration

public class StockSeries
extends FinancialSeries

Remarks

Two marks display the Open and Close values.

The following image demonstrates the Stock series:

Stock series

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)

StockSeries()

Initializes a new StockSeries class instance with default parameters.

Declaration

public StockSeries()

Methods

getStyle() Method

Returns the appearance parameters of a Stock series.

Declaration

public StockSeriesStyle getStyle()

Returns

Type Description
StockSeriesStyle

The StockSeriesStyle object that configures the appearance of the Stock series.

setStyle(StockSeriesStyle) Method

Specifies the appearance parameters of a Stock series.

Declaration

public void setStyle(StockSeriesStyle style)

Parameters

Name Type Description
style StockSeriesStyle

The StockSeriesStyle object that configures the appearance of the Stock series.