public interface TickCallback
CartesianLinearAxis,
CartesianLogarithmicAxis,
RadialAxis| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
onCallback(Axis axis,
double value,
int index,
java.util.List<java.lang.Double> values)
Changes the tick marks to include information about the data type.
|
java.lang.String onCallback(Axis axis, double value, int index, java.util.List<java.lang.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.