Interface CrosshairFormatterCallback
-
public interface CrosshairFormatterCallback
This callback is the interface to defined customized representation of the labels inCrosshair.ID
plugin.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
format(IsChart chart, ScaleItem scale, ScaleValueItem value)
Returns the text to apply to the crosshair label.
-
-
-
Method Detail
-
format
String format(IsChart chart, ScaleItem scale, ScaleValueItem value)
Returns the text to apply to the crosshair label.- Parameters:
chart
- chart instancescale
- scale instancevalue
- current value to draw in the label- Returns:
- the text to apply to the crosshair label
-
-