public class Extremes extends Object
Axis.getExtremes() method is invoked (normally after the chart has been rendered).| Modifier and Type | Method and Description |
|---|---|
Number |
getDataMax()
Return the maximum value of the axis' associated series, or null if the extremes
are requested before the chart has been rendered.
|
Number |
getDataMin()
Return the minimum value of the axis' associated series, or null if the extremes
are requested before the chart has been rendered.
|
Number |
getMax()
Return the maximum axis value, either automatic or set manually.
|
Number |
getMin()
Return the minimum axis value, either automatic or set manually.
|
public Number getDataMin()
public Number getDataMax()
public Number getMin()
getDataMin(). Will
return null if the extremes are requested before the chart has been rendered and
no manual minimum has been set via Axis.setMin(Number).public Number getMax()
getDataMax(). Will
return null if the extremes are requested before the chart has been rendered and
no manual maximum has been set via Axis.setMax(Number).Copyright © 2015. All Rights Reserved.