org.pentaho.chart.model
Class NumericAxis
java.lang.Object
org.pentaho.chart.model.Axis
org.pentaho.chart.model.NumericAxis
- All Implemented Interfaces:
- Serializable
public class NumericAxis
- extends Axis
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.chart.model.Axis |
getFontFamily, getFontSize, getFontStyle, getFontWeight, getLabelOrientation, getLegend, setFont, setFont, setFontFamily, setFontSize, setFontStyle, setFontWeight, setLabelOrientation, setLegend |
NumericAxis
public NumericAxis()
getMinValue
public Number getMinValue()
setMinValue
public void setMinValue(Number minValue)
- The minumum value of the axis
- Parameters:
minValue
-
getMaxValue
public Number getMaxValue()
setMaxValue
public void setMaxValue(Number maxValue)
- The maximum value of the axis
- Parameters:
maxValue
-