Uses of Class
com.steema.teechart.styles.Custom3DGrid

Packages that use Custom3DGrid
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Custom3DGrid in com.steema.teechart.styles
 

Subclasses of Custom3DGrid in com.steema.teechart.styles
 class ColorGrid
          Title: ColorGrid class Description: The ColorGrid series displays a grid of color cells.
 class Contour
          Title: Contour class Description: The Contour series calculates and displays "isolines" from a custom array of XYZ points.
 class IsoSurface
           
 class Surface
          Title: Surface class Description: Surface 3D Series.
 class Tower
          Title: Tower class Description: Tower Series.
 class Waterfall
          Title: Waterfall class Description: The Waterfall series draws vertical "slices", one for each Z row of the equivalent surface.
 

Uses of Custom3DGrid in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Custom3DGrid
 Custom3DGrid GridTranspose.getSeries()
          The 3D grid series to transpose.
 

Methods in com.steema.teechart.tools with parameters of type Custom3DGrid
 void GridTranspose.setSeries(Custom3DGrid value)
          Sets the 3D grid series to transpose.