Uses of Class
com.steema.teechart.TextShape

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

Uses of TextShape in com.steema.teechart
 

Subclasses of TextShape 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 TextShapePosition
          Title: TextShapePosition class Description: Shape Custom Position.
 class Title
          Title: Title class Description: Underlying Title characteristics.
 

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

Uses of TextShape in com.steema.teechart.axis
 

Subclasses of TextShape 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.
 

Methods in com.steema.teechart.axis with parameters of type TextShape
 void Axis.drawAxisLabel(ChartFont f, int x, int y, int angle, java.lang.String st, TextShape format)
          Draws Axis Label (String) in font f at specified X,Y co-ordinate at Angle.
 void Axis.drawAxisLabel(int x, int y, int angle, java.lang.String st, TextShape labelItem)
          Draws Axis Label (String) at specified X,Y co-ordinate at Angle.
 

Uses of TextShape in com.steema.teechart.legend
 

Subclasses of TextShape 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 TextShape in com.steema.teechart.styles
 

Subclasses of TextShape 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.
 

Fields in com.steema.teechart.styles declared as TextShape
protected  TextShape MarksItems.iMarks
           
 

Methods in com.steema.teechart.styles that return TextShape
 TextShape Shape.getFormat()
           
protected  TextShape SeriesMarks.markItem(int valueIndex)
           
 

Methods in com.steema.teechart.styles with parameters of type TextShape
protected  void Series.calculateMarkPosition(TextShape shape, java.lang.String aText, int xPos, int yPos, SeriesMarksPosition position)