| Package | Description |
|---|---|
| com.steema.teechart.axis |
| Modifier and Type | Field and Description |
|---|---|
protected DepthAxis |
Axes.depth |
protected DepthAxis |
Axes.depthTop |
| Modifier and Type | Method and Description |
|---|---|
DepthAxis |
Axes.getDepth()
Accesses characteristics of the Depth Axis, or z axis as it is also
known.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
| Modifier and Type | Method and Description |
|---|---|
void |
Axes.setDepth(DepthAxis value)
Accesses characteristics of the Depth Axis, or z axis as it is also
known.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth. |
void |
Axes.setDepthTop(DepthAxis value)
Sets the Depth chart axis located at the left-top edge of chart.
|