public interface IlvValueFormat
IlvValueFormat
implementations can be associated with
the coordinate axis through the IlvChart.setXValueFormat(ilog.views.chart.IlvValueFormat)
and
IlvChart.setYValueFormat(int, ilog.views.chart.IlvValueFormat)
methods.
You can implement the formatValue(double)
method as you like. The use of
an instance of NumberFormat
can be useful in doing so.
Modifier and Type | Method and Description |
---|---|
String |
formatValue(double value)
Formats the specified value into a string.
|
String formatValue(double value)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.