Interface CrosshairFormatterCallback
- 
 public interface CrosshairFormatterCallbackThis callback is the interface to defined customized representation of the labels inCrosshair.IDplugin.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(IsChart chart, ScaleItem scale, ScaleValueItem value)Returns the text to apply to the crosshair label.
 
- 
- 
- 
Method Detail- 
formatString format(IsChart chart, ScaleItem scale, ScaleValueItem value) Returns the text to apply to the crosshair label.- Parameters:
- chart- chart instance
- scale- scale instance
- value- current value to draw in the label
- Returns:
- the text to apply to the crosshair label
 
 
- 
 
-