Package io.keikai.model
Interface SChartAxis
- All Known Implementing Classes:
AbstractChartAxisAdv,CategoryAxisImpl,ChartAxisImpl,DateAxisImpl,ValueAxisImpl
public interface SChartAxis
Represent an axis in
SChart.- Author:
- henri
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getId
long getId() -
getType
SChartAxis.SChartAxisType getType()Returns the type of this axis.- Returns:
-
getMax
Double getMax()Returns the maximum value on this axis. -
setMax
-
getMin
Double getMin()Returns the minimum value on this axis. -
setMin
-
getFormat
String getFormat()Returns the tick label in excel format; null if no such info. -
setFormat
-