Uses of Class
com.steema.teechart.Walls

Packages that use Walls
com.steema.teechart   
 

Uses of Walls in com.steema.teechart
 

Methods in com.steema.teechart that return Walls
 Walls TChart.getWalls()
           
 Walls IBaseChart.getWalls()
           
 Walls Chart.getWalls()
          Accesses left, bottom and back wall characteristics of the Chart.
 

Methods in com.steema.teechart with parameters of type Walls
 void TChart.setWalls(Walls walls)
           
 void Chart.setWalls(Walls value)
          Accesses left, bottom and back wall characteristics of the Chart.
 

Constructors in com.steema.teechart with parameters of type Walls
Walls.BackWall(IBaseChart c, Walls w)
           
Walls.BottomWall(IBaseChart c, Walls w)
           
Walls.LeftWall(IBaseChart c, Walls w)
           
Walls.RightWall(IBaseChart c, Walls w)