| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SChartAxis.SChartAxisType |
SChartAxis.getType()
Returns the type of this axis.
|
static SChartAxis.SChartAxisType |
SChartAxis.SChartAxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChartAxis.SChartAxisType[] |
SChartAxis.SChartAxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SChartAxis.SChartAxisType |
ChartAxisImpl.getType() |
| Constructor and Description |
|---|
ChartAxisImpl(long id,
SChartAxis.SChartAxisType type,
Double min,
Double max,
String format) |
Copyright © 2019. All rights reserved.