public class IlvLocalZoomAxisTransformer extends IlvAxisTransformer
The following picture shows the effect of an IlvLocalZoomAxisTransformer
set on the x-axis:
ilvLocalZoomAxisTransformer {
class : "ilog.views.chart.IlvLocalZoomAxisTransformer(zoomRange,zoomFactor,continuous)";
continuous : "false";
zoomFactor : "3.0";
zoomRange : "@#ilvDataInterval";
}
Modifier and Type | Property and Description |
---|---|
java.lang.String |
class
Creates a new local zoom transformer with the specified zoom window, zoom factor, and continuous property. |
boolean |
continuous
Modifies the continuity of the local zoom. |
double |
zoomFactor
Sets the zoom factor. |
IlvDataInterval |
zoomRange
Sets the zoom range. |
public java.lang.String class
class : "ilog.views.chart.IlvLocalZoomAxisTransformer(zoomRange,zoomFactor,continuous)";
public boolean continuous
continuous : "false";
public double zoomFactor
zoomFactor : "3.0";
public IlvDataInterval zoomRange
zoomRange : "@#ilvDataInterval";
IlvDataInterval
for an example of implementing a zoomRange.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.