public interface ValueAxis extends ChartAxis
Modifier and Type | Method and Description |
---|---|
double |
getMax()
Gets the max value of the axis
|
double |
getMin()
Gets the min value of the axis
|
NumberFormat |
getNumberFormatOverride()
Gets the number format used
|
String |
getRangeType()
Gets the axis range type.
|
void |
setAutoRange(boolean b)
Indicates if the chart range will be created by default
|
void |
setNumberFormatOverride(NumberFormat formatter)
Sets the number format override.
|
void |
setRange(double a,
double b)
Sets the range of the axis
|
void |
setRangeType(String rangeType)
Sets the axis range type.
|
clone, draw, getChartAxisTitle, getChartService, getLabelAngle, getLabelFont, getLabelPaint, getSharedAxis, getTitleFont, isAssociatedAxis, isAxisShared, isAxisTitleEdited, isCategoryAxis, isChartAxisTitleVisible, isVisible, setCategoryLabelPositions, setChartAxisTitle, setChartService, setIsAxisTitleEdited, setIsChartAxisTitleVisible, setIsSharedAxis, setLabelAngle, setLabelFont, setLabelPaint, setSharedAxis, setTitleFont, setVisible
loadFromState, saveToState
void setRange(double a, double b)
start
- valueend
- valuevoid setAutoRange(boolean b)
true
- if its defined by default, false if notdouble getMax()
double getMin()
NumberFormat getNumberFormatOverride()
void setNumberFormatOverride(NumberFormat formatter)
Format
- to overrideString getRangeType()
void setRangeType(String rangeType)
String
- with the options FULL, POSITIVE, NEGATIVE.