public class NoSelectedDatasetTicksCallback extends Object implements TickCallback
| Constructor and Description |
|---|
NoSelectedDatasetTicksCallback() |
| 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.
|
public String onCallback(Axis axis, double value, int index, List<Double> values)
TickCallbackonCallback in interface TickCallbackaxis - 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.