public class Candlestick extends Series<Candlestick>
data| 构造器和说明 |
|---|
Candlestick()
构造函数
|
Candlestick(String name)
构造函数,参数:name
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
barMaxWidth()
获取barMaxWidth值
|
Candlestick |
barMaxWidth(Integer barMaxWidth)
设置barMaxWidth值
|
Integer |
barWidth()
获取barWidth值
|
Candlestick |
barWidth(Integer barWidth)
设置barWidth值
|
Candlestick |
data(Double open,
Double close,
Double min,
Double max)
设置open,close,min,max值
|
Orient |
layout() |
Candlestick |
layout(Orient layout) |
bottom, bottom, bottom, calcuable, calculable, coordinateSystem, coordinateSystem, coordinateSystem, geoIndex, geoIndex, height, height, height, itemStyle, itemStyle, label, label, left, left, left, left, legendHoverLink, legendHoverLink, markLine, markLine, markPoint, markPoint, name, name, right, right, right, showAllSymbol, showAllSymbol, stack, stack, symbol, symbol, symbol, symbolOffset, symbolOffset, symbolOffset, symbolRoate, symbolRoate, symbolSize, symbolSize, tooltip, tooltip, top, top, top, top, type, type, width, width, width, xAxisIndex, xAxisIndex, yAxisIndex, yAxisIndex, z, z, zlevel, zlevelanimation, animation, animationDuration, animationDuration, animationDurationUpdate, animationDurationUpdate, animationEasing, animationEasing, animationEasing, animationEasingUpdate, animationEasingUpdate, animationEasingUpdate, clickable, clickable, data, data, hoverable, hoverablepublic Candlestick()
public Candlestick(String name)
name - public Candlestick data(Double open, Double close, Double min, Double max)
open - close - min - max - public Integer barWidth()
public Candlestick barWidth(Integer barWidth)
barWidth - public Integer barMaxWidth()
public Candlestick barMaxWidth(Integer barMaxWidth)
barMaxWidth - public Orient layout()
public Candlestick layout(Orient layout)
Copyright © 2018. All rights reserved.