| Package | Description |
|---|---|
| com.steema.teechart |
TeeChart Charting Library for Java.
|
| Modifier and Type | Field and Description |
|---|---|
protected Zoom |
Chart.zoom |
| Modifier and Type | Method and Description |
|---|---|
Zoom |
TChart.getZoom()
Accesses the Zoom characteristics of the Chart.
|
Zoom |
IBaseChart.getZoom() |
Zoom |
Chart.getZoom()
Accesses the Zoom characteristics of the Chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TChart.setZoom(Zoom zoom)
Accesses the Zoom characteristics of the Chart.
|
void |
IBaseChart.setZoom(Zoom zoom) |
void |
Chart.setZoom(Zoom zoom)
Sets the Zoom characteristics of the Chart.
|