Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
AxisTickLabelPosition |
ChartAxis.getTickLabelPosition()
Returns tick label position.
|
static AxisTickLabelPosition |
AxisTickLabelPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisTickLabelPosition[] |
AxisTickLabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartAxis.setTickLabelPosition(AxisTickLabelPosition tickLblPos)
Sets tick label position.
|
Modifier and Type | Method and Description |
---|---|
AxisTickLabelPosition |
XSSFChartAxis.getTickLabelPosition() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFChartAxis.setTickLabelPosition(AxisTickLabelPosition tickLblPos) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.