public interface TickCallback
BaseTick| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
onCallback(AbstractChart<?,?> chart,
TickItem item)
Changes the tick marks to include information about the data type.
|
java.lang.String onCallback(AbstractChart<?,?> chart, TickItem item)
chart - chart instanceitem - tick item to be changednull the associated grid line will be hidden.AbstractChart,
TickItem