public interface CategoryTickCallback
CartesianCategoryAxis| Modifier and Type | Method and Description |
|---|---|
String |
onCallback(Axis axis,
String value,
int index,
List<String> values)
Changes the tick marks to include information about the data type.
|
String onCallback(Axis axis, String value, int index, List<String> 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.