public abstract class Series<T> extends AbstractData<T> implements Chart
data| 限定符和类型 | 方法和说明 |
|---|---|
Object |
bottom() |
T |
bottom(Integer bottom) |
T |
bottom(Object bottom) |
T |
calcuable(Boolean calculable)
设置calculable值
|
Boolean |
calculable()
获取calculable值
|
Object |
coordinateSystem() |
T |
coordinateSystem(CoordinateSystem coordinateSystem) |
T |
coordinateSystem(Object coordinateSystem) |
Integer |
geoIndex() |
T |
geoIndex(Integer geoIndex) |
Object |
height() |
T |
height(Integer height) |
T |
height(Object height) |
ItemStyle |
itemStyle()
图形样式
|
Series |
itemStyle(ItemStyle itemStyle)
设置itemStyle值
|
ItemStyle |
label() |
T |
label(ItemStyle label) |
Object |
left() |
T |
left(Integer left) |
T |
left(Object left) |
T |
left(X left) |
Boolean |
legendHoverLink()
获取legendHoverLink值
|
T |
legendHoverLink(Boolean legendHoverLink)
设置legendHoverLink值
|
MarkLine |
markLine()
标线
|
Series |
markLine(MarkLine markLine)
设置markLine值
|
MarkPoint |
markPoint()
标注
|
Series |
markPoint(MarkPoint markPoint)
设置markPoint值
|
String |
name()
获取name值
|
T |
name(String name)
设置name值
|
Object |
right() |
T |
right(Integer right) |
T |
right(Object right) |
Boolean |
showAllSymbol()
获取showAllSymbol值
|
T |
showAllSymbol(Boolean showAllSymbol)
设置showAllSymbol值
|
String |
stack()
获取stack值
|
T |
stack(String stack)
设置stack值
|
Object |
symbol()
获取symbol值
|
T |
symbol(Object symbol)
设置symbol值
|
T |
symbol(Symbol symbol)
设置symbol值
|
Object[] |
symbolOffset() |
T |
symbolOffset(Object[] symbolOffset) |
T |
symbolOffset(Object o1,
Object o2) |
Object |
symbolRoate()
获取symbolRoate值
|
T |
symbolRoate(Object symbolRoate)
设置symbolRoate值
|
Object |
symbolSize()
获取symbolSize值
|
T |
symbolSize(Object symbolSize)
设置symbolSize值
|
Tooltip |
tooltip()
提示框样式,仅对本系列有效,如不设则用option.tooltip(详见tooltip),鼠标悬浮交互时的信息提示
|
Series |
tooltip(Tooltip tooltip)
设置tooltip值
|
Object |
top() |
T |
top(Integer top) |
T |
top(Object top) |
T |
top(Y top) |
SeriesType |
type()
获取type值
|
T |
type(SeriesType type)
设置type值
|
Object |
width() |
T |
width(Integer width) |
T |
width(Object width) |
Integer |
xAxisIndex()
获取xAxisIndex值
|
T |
xAxisIndex(Integer xAxisIndex)
设置xAxisIndex值
|
Integer |
yAxisIndex()
获取yAxisIndex值
|
T |
yAxisIndex(Integer yAxisIndex)
设置yAxisIndex值
|
Integer |
z()
获取z值
|
T |
z(Integer z)
设置z值
|
Integer |
zlevel()
获取zlevel值
|
T |
zlevel(Integer zlevel)
设置zlevel值
|
animation, animation, animationDuration, animationDuration, animationDurationUpdate, animationDurationUpdate, animationEasing, animationEasing, animationEasing, animationEasingUpdate, animationEasingUpdate, animationEasingUpdate, clickable, clickable, data, data, hoverable, hoverableprotected Series()
protected Series(String name)
name - public Object left()
public Object top()
public Object right()
public Object bottom()
public Object width()
public Object height()
public Object[] symbolOffset()
public Object coordinateSystem()
public T coordinateSystem(CoordinateSystem coordinateSystem)
public ItemStyle label()
public Integer zlevel()
public Integer z()
public Boolean legendHoverLink()
public T legendHoverLink(Boolean legendHoverLink)
legendHoverLink - public Integer xAxisIndex()
public Integer yAxisIndex()
public Integer geoIndex()
public String name()
public SeriesType type()
public T type(SeriesType type)
type - public String stack()
public Tooltip tooltip()
Tooltippublic Object symbol()
public Object symbolSize()
public Object symbolRoate()
public Boolean showAllSymbol()
public Boolean calculable()
Copyright © 2018. All rights reserved.