public class ChartAxisImpl extends Object implements SChartAxis, Serializable
SChartAxis.SChartAxisType| Constructor and Description |
|---|
ChartAxisImpl(long id,
SChartAxis.SChartAxisType type,
Double min,
Double max,
String format) |
| 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) |
public ChartAxisImpl(long id,
SChartAxis.SChartAxisType type,
Double min,
Double max,
String format)
public long getId()
getId in interface SChartAxispublic SChartAxis.SChartAxisType getType()
SChartAxisgetType in interface SChartAxispublic Double getMax()
SChartAxisgetMax in interface SChartAxispublic void setMax(Double max)
setMax in interface SChartAxispublic Double getMin()
SChartAxisgetMin in interface SChartAxispublic void setMin(Double min)
setMin in interface SChartAxispublic String getFormat()
SChartAxisgetFormat in interface SChartAxispublic void setFormat(String format)
setFormat in interface SChartAxisCopyright © 2020. All rights reserved.