public class CandlestickSeries extends Series
| Constructor and Description |
|---|
CandlestickSeries(String name,
String openField,
String closeField,
String lowField,
String highField)
Constructor
|
CandlestickSeries(String name,
String openField,
String closeField,
String lowField,
String highField,
String axis)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCloseField()
Gets the 'close' field
|
String |
getHighField()
Gets the 'high' field
|
String |
getLowField()
Gets the 'low' field
|
String |
getOpenField()
Gets the 'open' field
|
getAxis, getColor, getName, getTooltip, getType, setColor, setTooltippublic CandlestickSeries(String name, String openField, String closeField, String lowField, String highField)
name - the series nameopenField - the open fieldcloseField - the close fieldlowField - the low fieldhighField - the high fieldpublic CandlestickSeries(String name, String openField, String closeField, String lowField, String highField, String axis)
name - the series nameopenField - the open fieldcloseField - the close fieldlowField - the low fieldhighField - the high fieldaxis - the axis on which the series should be placedpublic String getOpenField()
public String getCloseField()
public String getLowField()
public String getHighField()
Copyright © 2021 7thWeb. All rights reserved.