| Package | Description |
|---|---|
| com.steema.teechart |
TeeChart Charting Library for Java.
|
| com.steema.teechart.editors |
| Modifier and Type | Field and Description |
|---|---|
protected Axes |
Chart.axes |
| Modifier and Type | Method and Description |
|---|---|
Axes |
TChartApplet.getAxes()
Collection of predefined and custom axis objects.
|
Axes |
TChart.getAxes()
Collection of predefined and custom axis objects.
|
Axes |
IBaseChart.getAxes() |
Axes |
Chart.getAxes()
Accesses the five axes, Top, Left, Right, Bottom and z depthas well as
custom axis objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TChart.setAxes(Axes axes)
Collection of predefined and custom axis objects.
|
void |
Chart.setAxes(Axes value)
Accesses the five axes, Top, Left, Right, Bottom and z depthas well as
custom axis objects.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ChartEditor.editAxes(Axes axes) |
static void |
ChartEditor.editAxes(Axes axes,
java.lang.String chartName) |
static javax.swing.JDialog |
DialogFactory.getEditDialog(Axes axes) |
static javax.swing.JDialog |
DialogFactory.getEditDialog(javax.swing.JFrame owner,
Axes axes) |