public abstract class Axis<T> extends AbstractData<T> implements Component
data| 构造器和说明 |
|---|
Axis() |
| 限定符和类型 | 方法和说明 |
|---|---|
AxisLabel |
axisLabel()
坐标轴文本标签,详见axis.axisLabel
|
T |
axisLabel(AxisLabel label) |
AxisLine |
axisLine()
坐标轴线,默认显示,属性show控制显示与否,属性lineStyle(详见lineStyle)控制线条样式
|
T |
axisLine(AxisLine axisLine)
设置axisLine值
|
AxisTick |
axisTick()
坐标轴小标记,默认不显示,属性show控制显示与否,属性length控制线长,属性lineStyle(详见lineStyle)控制线条样式
|
T |
axisTick(AxisTick axisTick)
设置axisTick值
|
Object |
boundaryGap() |
T |
boundaryGap(Object boundaryGap) |
T |
boundaryGap(Object[] boundaryGap) |
T |
boundaryGap(Object o1,
Object o2) |
T |
data(Object... values)
添加坐标轴的类目属性
|
String |
getName()
获取name值
|
Object |
getPosition()
获取position值
|
AxisType |
getType()
获取type值
|
Integer |
gridIndex() |
T |
gridIndex(Integer gridIndex) |
Object |
interval() |
T |
interval(Double interval) |
T |
interval(Object interval) |
Boolean |
inverse() |
T |
inverse(Boolean inverse) |
Object |
max() |
T |
max(Double max) |
T |
max(Object max) |
Object |
min() |
T |
min(Double min) |
T |
min(Object min) |
String |
name()
获取name值
|
T |
name(String name)
设置name值
|
Integer |
nameGap() |
T |
nameGap(Integer nameGap) |
Object |
position()
获取position值
|
T |
position(Object position)
设置position值
|
T |
position(X position)
设置position值
|
T |
position(Y position)
设置position值
|
Boolean |
scale() |
T |
scale(Boolean scale) |
void |
setName(String name)
设置name值
|
void |
setPosition(Object position)
设置position值
|
void |
setType(AxisType type)
设置type值
|
Boolean |
show()
获取show值
|
T |
show(Boolean show)
设置show值
|
SplitArea |
splitArea()
分隔区域,默认不显示,属性show控制显示与否,属性areaStyle(详见areaStyle)控制区域样式
|
T |
splitArea(SplitArea splitArea)
设置splitArea值
|
SplitLine |
splitLine()
分隔线,默认显示,属性show控制显示与否,属性lineStyle(详见lineStyle)控制线条样式
|
T |
splitLine(SplitLine splitLine)
设置splitLine值
|
AxisType |
type()
获取type值
|
T |
type(AxisType type)
设置type值
|
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, hoverable, hoverablepublic Boolean scale()
public Object interval()
public Integer gridIndex()
public Integer nameGap()
public Boolean inverse()
public Object boundaryGap()
public Object min()
public Object max()
public Integer zlevel()
public Integer z()
public Boolean show()
public AxisType type()
public AxisType getType()
public void setType(AxisType type)
type - public Object getPosition()
public void setPosition(Object position)
position - public String getName()
public void setName(String name)
name - public Object position()
public String name()
public AxisLine axisLine()
public AxisTick axisTick()
public SplitLine splitLine()
SplitLinepublic SplitArea splitArea()
Copyright © 2018. All rights reserved.