Uses of Class
com.steema.teechart.Aspect

Packages that use Aspect
com.steema.teechart   
com.steema.teechart.drawing   
 

Uses of Aspect in com.steema.teechart
 

Fields in com.steema.teechart declared as Aspect
protected  Aspect Chart.aspect
           
 

Methods in com.steema.teechart that return Aspect
 Aspect TChart.getAspect()
          Accesses view characteristics of the Chart.
 Aspect IBaseChart.getAspect()
           
 Aspect Chart.getAspect()
          3D view parameters.
 

Methods in com.steema.teechart with parameters of type Aspect
 void Aspect.assign(Aspect a)
          Copies all properties from a Series component to another.
 void Chart.setAspect(Aspect value)
          3D view parameters.
 

Uses of Aspect in com.steema.teechart.drawing
 

Fields in com.steema.teechart.drawing declared as Aspect
protected  Aspect Graphics3D.aspect
           
 

Methods in com.steema.teechart.drawing that return Aspect
 Aspect IGraphics3D.getAspect()
           
 Aspect Graphics3D.getAspect()
           
 

Methods in com.steema.teechart.drawing with parameters of type Aspect
 void IGraphics3D.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void Graphics3DVML.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void Graphics3DSVG.initWindow(Aspect a, Rectangle r, int MaxDepth)
           
 void Graphics3D.initWindow(Aspect a, Rectangle r, int maxDepth)