Uses of Class
com.steema.teechart.Shape

Packages that use Shape
com.steema.teechart   
com.steema.teechart.axis   
com.steema.teechart.legend   
com.steema.teechart.styles   
 

Uses of Shape in com.steema.teechart
 

Subclasses of Shape in com.steema.teechart
 class Footer
          Title: Footer class Description: Text displayed below Chart Copyright (c) 2005-2013 by Steema Software SL.
 class Header
          Title: Header class Description: Text displayed above Chart Copyright (c) 2005-2013 by Steema Software SL.
 class Panel
          Title: Panel class.
 class TextShape
          Title: TextShape class Description: Base class for Chart shape elements with text Copyright (c) 2005-2012 by Steema Software SL.
 class TextShapePosition
          Title: TextShapePosition class Description: Shape Custom Position.
 class Title
          Title: Title class Description: Underlying Title characteristics.
 class Wall
          Title: Wall class Description: Characteristics of Wall Panel that complements an Axis Copyright (c) 2005-2013 by Steema Software SL.
 class Walls.BackWall
           Title: BackWall class Description: Wall Panel at rear of Chart Copyright (c) 2005-2013 by Steema Software SL.
 class Walls.BottomWall
           Title: BottomWall class Description: Wall Panel at bottom of Chart.
 class Walls.LeftWall
           Title: LeftWall class Description: Wall Panel at left of Chart Copyright (c) 2005-2013 by Steema Software SL.
 class Walls.RightWall
           Title: RightWall class Description: Wall Panel at right of Chart.
 

Methods in com.steema.teechart with parameters of type Shape
 void Shape.assign(Shape s)
          Assign all properties from a shape to another.
 

Uses of Shape in com.steema.teechart.axis
 

Subclasses of Shape in com.steema.teechart.axis
 class AxisLabelItem
          Custom label Title: AxisLabelItem class Description: Custom label Copyright (c) 2005-2013 by Steema Software SL.
 class AxisLabels
          Axis Label characteristic Title: AxisLabels class Description: Axis Label characteristics Copyright (c) 2005-2013 by Steema Software SL.
 class AxisTitle
          Title: AxisTitle class Description: Axis Title characteristics Copyright (c) 2005-2013 by Steema Software SL.
 

Uses of Shape in com.steema.teechart.legend
 

Subclasses of Shape in com.steema.teechart.legend
 class Legend
          Title: Legend class Description: Accesses all Chart Legend characteristics Copyright (c) 2005-2013 by Steema Software SL.
 class LegendTitle
          Title: LegendTitle class Description: Legend title characteristics Copyright (c) 2005-2013 by Steema Software SL.
 

Uses of Shape in com.steema.teechart.styles
 

Subclasses of Shape in com.steema.teechart.styles
 class Calendar.CalendarCell
           Title: CalendarCell class Description: Contains the characteristics of each Calendar Cell.
 class Calendar.CalendarCellUpper
           Title: CalendarCellUpper class Description: Format information for the upper row cells of the Calendar Series.
 class MarksItem
          Title: MarksItem class Description: Copyright (c) 2005-2013 by Steema Software SL.
 class SeriesMarks
           Title: SeriesMarks Description: Series Marks characteristics.
 class SeriesMarksSymbols
           
 

Methods in com.steema.teechart.styles that return Shape
 Shape World.getShadow()
           
 

Methods in com.steema.teechart.styles with parameters of type Shape
 void World.setShadow(Shape value)