public interface ValueCallback
MeterChart
or GaugeChart
.Modifier and Type | Method and Description |
---|---|
String |
onFormat(IsChart chart,
double value,
double easing)
Changes the value to show inside of
MeterChart or GaugeChart . |
String onFormat(IsChart chart, double value, double easing)
MeterChart
or GaugeChart
.chart
- chart instance where this callback as been definedvalue
- value of meter or gauge charteasing
- easing of drawing (between 0 and 1) for animationnull
to use default.