Todo List
TeeBase | --TeeShape | --TextShape
Description: Base class for Chart shape elements with text
[line 19]
[line 18]
TextShape TextShape( [ $c = null])
void assign( s $s)
void drawRectRotated( g $gd, rect $rect, angle $angle, aZ $aZ, [ $animations = null])
ChartFont getFont( )
String[] getLines( )
Use lines to add multiline text to TeeChart's text objects (TeeChart Header, TeeChart Axis Titles etc.). Default value: null
Overridden in child classes as:
void getLinesLength( )
int getShadowSize( )
TextShapeStyle getShapeStyle( )
String getText( )
void getTextFormat( )
Default value: TextFormatted::$Normal
void paint( )
void readResolve( )
void setChart( $c)
void setDrawText( $value)
void setLines( value $value)
Default value: null
void setShadowSize( value $value)
void setShapeStyle( value $value)
void setText( value $value)
void setTextFormat( $value)
void _paint( g $gd, rect $rect, [ $animations = null])
void __get( $property)
void __set( $property, $value)