public interface TickCallback
CartesianLinearAxis,
CartesianLogarithmicAxis,
RadialAxis| Modifier and Type | Method and Description |
|---|---|
String |
onCallback(Axis axis,
double value,
int index,
List<Double> values)
Changes the tick marks to include information about the data type.
|
String onCallback(Axis axis, double value, int index, List<Double> values)
axis - axis instance where this callback as been definedvalue - value of tickindex - index of tickvalues - list of all tick valuesnull the associated grid line will be hidden.