public interface IlvDataRangePolicy
The IlvChart
class uses an IlvDataRangePolicy
object to compute the data range of its axis.
IlvChart.setDataRangePolicy(ilog.views.chart.IlvDataRangePolicy)
,
IlvAxis.getDataRange()
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval computeDataRange(IlvChart chart, IlvAxis axis, IlvDataInterval retRange)
chart
- The considered chart.axis
- The considered axis.retRange
- An interval used to store the result. If this parameter
is null
, a new IlvDataInterval
must be
allocated.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.