程序包 | 说明 |
---|---|
kd.bos.form.chart |
限定符和类型 | 方法和说明 |
---|---|
AxisType |
Axis.getType()
坐标轴类型
|
static AxisType |
AxisType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static AxisType[] |
AxisType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
Axis |
Chart.createXAxis(java.lang.String name,
AxisType type)
创建X轴
|
Axis |
Chart.createYAxis(java.lang.String name,
AxisType type)
创建Y轴
|
void |
Axis.setType(AxisType type)
设置坐标轴类型
|