public interface TickLabelCallback
Register your implementation with the graph by calling Graph.setTickLabelCallback(oracle.dss.graph.TickLabelCallback, int)
.
BaseDataAxis
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTickLabel(TickLabelInfo tickLabelInfo, int axisID)
Retrieves customized tick labels.
|
java.lang.String getTickLabel(TickLabelInfo tickLabelInfo, int axisID)
tickLabelInfo
- Information about the tick label.axisID
- A constant that represents which axis the tick label is on. Valid constants appear in the See Also section.GraphConstants.X1TICKLABEL
, GraphConstants.Y1TICKLABEL
, GraphConstants.Y2TICKLABEL