public interface IlvChartResizingPolicy
IlvChart.setResizingPolicy(ilog.views.chart.IlvChartResizingPolicy)
Modifier and Type | Field and Description |
---|---|
static IlvChartResizingPolicy |
DEFAULT_POLICY
A default resizing policy that expands the visible range of coordinate
axes when a chart area is resized.
|
Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
computeVisibleRange(IlvChart chart,
IlvAxis axis,
Rectangle oldDrawRect,
Rectangle drawRect)
Computes the new visible range for the specified axis.
|
static final IlvChartResizingPolicy DEFAULT_POLICY
IlvDataInterval computeVisibleRange(IlvChart chart, IlvAxis axis, Rectangle oldDrawRect, Rectangle drawRect)
chart
- The chart with which the axis is associated.axis
- The considered axis.oldDrawRect
- The drawing rectangle of the chart area before it is
resized.drawRect
- The drawing rectangle of the chart area after it is
resized.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.