Package | Description |
---|---|
com.steema.teechart |
TeeChart Charting Library for Java.
|
Modifier and Type | Method and Description |
---|---|
Walls |
TChartApplet.getWalls()
Accesses wall characteristics of the Chart.
|
Walls |
TChart.getWalls()
Accesses left, bottom and back wall characteristics of the Chart.
|
Walls |
IBaseChart.getWalls() |
Walls |
Chart.getWalls()
Accesses left, bottom and back wall characteristics of the Chart.
|
Modifier and Type | Method and Description |
---|---|
void |
TChart.setWalls(Walls walls)
Accesses left, bottom and back wall characteristics of the Chart.
|
void |
Chart.setWalls(Walls value)
Accesses left, bottom and back wall characteristics of the Chart.
|
Constructor and Description |
---|
Walls.BackWall(IBaseChart c,
Walls w) |
Walls.BottomWall(IBaseChart c,
Walls w) |
Walls.LeftWall(IBaseChart c,
Walls w) |
Walls.RightWall(IBaseChart c,
Walls w) |