| Package | Description |
|---|---|
| com.steema.teechart |
TeeChart Charting Library for Java.
|
| Modifier and Type | Field and Description |
|---|---|
static ZoomDirections |
ZoomDirections.BOTH
Allows both Horizontal and Vertical Zooming.
|
static ZoomDirections |
ZoomDirections.HORIZONTAL
Allows only Horizontal Zooming.
|
static ZoomDirections |
ZoomDirections.VERTICAL
Allows only Vertical Zooming.
|
| Modifier and Type | Method and Description |
|---|---|
ZoomDirections |
Zoom.getDirection()
The direction of the zoom on a selected area.
Example. |
| Modifier and Type | Method and Description |
|---|---|
void |
Zoom.setDirection(ZoomDirections value)
Sets the direction of the zoom on a selected area.
Default value: Both |