public interface SChartAxis
SChart
.Modifier and Type | Interface and Description |
---|---|
static class |
SChartAxis.SChartAxisType |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Returns the tick label in excel format; null if no such info.
|
long |
getId() |
Double |
getMax()
Returns the maximum value on this axis.
|
Double |
getMin()
Returns the minimum value on this axis.
|
SChartAxis.SChartAxisType |
getType()
Returns the type of this axis.
|
void |
setFormat(String format) |
void |
setMax(Double max) |
void |
setMin(Double min) |
long getId()
SChartAxis.SChartAxisType getType()
Double getMax()
void setMax(Double max)
Double getMin()
void setMin(Double min)
String getFormat()
void setFormat(String format)
Copyright © 2020. All rights reserved.