public class XYStepCalculator extends Object
| Constructor and Description |
|---|
XYStepCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static XYStep |
getStep(XYPlot plot,
XYAxisType axisType,
android.graphics.RectF rect,
Number minVal,
Number maxVal)
Convenience method - wraps other form of getStep().
|
static XYStep |
getStep(XYStepMode typeXY,
float plotPixelSize,
double stepValue,
Number minVal,
Number maxVal) |
public static XYStep getStep(XYPlot plot, XYAxisType axisType, android.graphics.RectF rect, Number minVal, Number maxVal)
plot - axisType - rect - minVal - maxVal - public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minVal, Number maxVal)