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