constructor TChart [line 117]
TChart TChart(
$width,
$height)
|
|
The class constructor.
Parameters:
method addMyEventListener [line 874]
method addSeries [line 289]
Adds a new Series.
Tags:
Parameters:
method checkBackground [line 479]
method checkGraphics [line 909]
method createToolTip [line 577]
method dispose [line 144]
void dispose(
disposing
$disposing)
|
|
Cleans up any resources being used.
Tags:
Parameters:
method doAfterDraw [line 457]
method doAfterDrawSeries [line 445]
method doAllowScroll [line 472]
method doBaseInvalidate [line 559]
method doBeforeDraw [line 462]
method doBeforeDrawAxes [line 438]
method doBeforeDrawSeries [line 450]
method doClickSeries [line 467]
void doClickSeries(
$sender,
$s,
$valueIndex,
$e)
|
|
Tags:
Parameters:
method doDrawImage [line 408]
method doInvalidate [line 878]
method exchangeSeries [line 367]
void exchangeSeries(
int
$series1, int
$series2)
|
|
Obsolete. Use TChart.<!-- -->Series.<!-- -->Exchange() instead.
Tags:
Parameters:
method fireChartPaint [line 40]
method getApplyZOrder [line 213]
boolean getApplyZOrder(
)
|
|
Obsolete. Please use getSeries.getApplyZOrder() instead.
Tags:
method getAspect [line 755]
Accesses view characteristics of the Chart.
3D view parameters.
Tags:
method getAutoRepaint [line 308]
boolean getAutoRepaint(
)
|
|
Enables/Disables repainting of Chart when points are added.
Use AutoRepaint false to disable Chart repainting whilst, for example, adding a large number of points to a Chart Series. This avoidss repainting of the Chart whilst the points are added.
AutoRepaint may be re-enabled, followed by a manual Repaint command when all points are added.
Default value: true
Tags:
method getAxes [line 831]
Collection of predefined and custom axis objects.
Tags:
method getBackColor [line 237]
The color the Chart rectangle is filled with.
The chart rectangle is the screen area between axes.
Setting BackColor to Color.EMPTY does not fill the rectangle.
Assigning Color->_empty to tChart->getBackColor() makes TeeChart NOT fill the Chart back area, so Gradient fills and Background Bitmaps can be shown.
Tags:
method getBackground [line 256]
method getBackgroundImage [line 401]
Image getBackgroundImage(
)
|
|
Returns background image of TChart
Tags:
method getCanvas [line 765]
Obsolete. Please use getGraphics3D function.
Tags:
method getChart [line 587]
Defines the Chart to display.
Tags:
method getClipPoints [line 193]
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
method getControl [line 555]
method getCursor [line 488]
method getExport [line 840]
Accesses Chart export attributess.
Tags:
method getFont [line 696]
Determines the Font characteristics.
Tags:
method getFooter [line 708]
Defines Text shown at the bottom of the Chart.
Use Text to enter the desired Footer lines, set Visible to True and change the Font, Frame and Brush methods.
Use Alignment to control text output position.
Tags:
method getFrame [line 376]
Use TChart.<!-- -->getWalls()<!-- -->getPen() instead.
Tags:
method getGetCursorPos [line 279]
Obsolete. Please use mousePosition field instead.
Tags:
method getGraphics3D [line 926]
IGraphics3D getGraphics3D(
)
|
|
Used to access TeeChart Draw attributes.
Tags:
method getHeader [line 675]
Defines the Text and formatting properties to be drawn at the top of
the Chart.
Use Text to enter the desired Header lines, set Visible to True and change the Font, Frame and Brush methods.
Use Alignment to control text output position.
Tags:
method getImage [line 324]
method getImport [line 849]
Accesses Chart import attributes.
Tags:
method getLegend [line 661]
Legend characteristics.
The Legend property determines the text and drawing attributes of Chart's textual representation of Series and Series values.
The Legend class draws a rectangle and for each Series in a Chart (or for each point in a Series) outputs a text representation of that Series (or that point).
You can use the Legend.LegendStyle and Legend.TextStyle properties to control the text used to draw the legend.
The Legend can be positioned at Left, Right, Top and Bottom chart sides using the Legend.Alignment property.
Use the Legend.Visible property to show / hide the Legend.
The Inverted property makes Legend to draw text starting from bottom.
The Frame, Font and Color properties allow you to change Legend appearance.
The Legend.ColorWidth property determines the percent width of each item's "colored" mark.
The Legend.FirstValue property controls which Series (or Series point) will be used to draw first Legend item.
Tags:
method getMetafiling [line 182]
True when the Chart is internally drawing into a Metafile image.
Tags:
method getPage [line 635]
Accesses multiple page characteristics of the Chart.
Tags:
method getPanel [line 617]
Background visible attributes.
Provides access, via the Panel Interface, to all Chart Panel properties.
Tags:
method getPanning [line 733]
Accesses Panning characteristics.
Scrolling speed depends on:
The number of Series and Series Points.
The Chart Width and Height.
The computer processor and Video card processor speed.
The Video resolution and number of colors.
The Windows version and the Video driver.
The speed when dragging the mouse !
Tags:
method getPreferredSize [line 154]
Returns a Dimension object of prefered size.
Tags:
method getPrinter [line 626]
Printing related attributes.
Tags:
method getPrinting [line 163]
Determines which Chart is being printed.
Tags:
method getSeries [line 801]
Collection of Series contained in this Chart.
TeeChart Series are the data display method type, e.g. Line Series, Bar Series, Pie Series etc. You can mix different Series types in a Chart according to your requirements, thus your design is not limited to just one 'Chart type' defined by TeeChart. The concept of Chart type being virtually obsolete in terms of the number of permutations of Charts (Series type mix) you may create.
For more information please see "Tutorial 6 - Working with Series".
Tags:
Parameters:
method getSeriesCount [line 385]
Returns the number of Series in Chart.
Tags:
method getSubFooter [line 745]
Defines Text shown directly above Footer.
Use Text to enter the desired SubFooter lines, set Visible to True and change the Font, Frame and Brush methods.
Use Alignment to control text output position.
Tags:
method getSubHeader [line 687]
Defines Text shown directly below Header.
Use the Text method to enter the desired SubHeader lines, set Visible to True and change the Font, Frame and Brush methods.
Use the Alignment method to control text output position.
Tags:
method getText [line 596]
The text for the Footer, Header, SubFooter and SubHeader.
Tags:
method getTools [line 813]
Collection of Tool components contained in this Chart.
Tags:
method getWalls [line 822]
Accesses left, bottom and back wall characteristics of the Chart.
Tags:
method getZoom [line 717]
Accesses the Zoom characteristics of the Chart.
Tags:
method mouseDragged [line 260]
method mouseMoved [line 268]
void mouseMoved(
MouseEvent
$e)
|
|
Captures current mouse position every time the mouse is moved.
Tags:
Parameters:
method onMyEvent [line 48]
method paint [line 416]
void paint(
$g,
$rectangle)
|
|
Tags:
Parameters:
method paintComponent [line 882]
method pointToScreen [line 562]
method refreshControl [line 573]
method removeAllSeries [line 355]
Removes all Series.
Tags:
method removeScrollable [line 393]
method render [line 901]
void render(
[string
$fileName = null])
|
|
Render the chart image
Tags:
Parameters:
method serialize [line 55]
void serialize(
$chart_s,
$prefix)
|
|
Serializes the TChart and Chart objects
Tags:
Parameters:
method setApplyZOrder [line 224]
void setApplyZOrder(
boolean
$value)
|
|
Obsolete. Please use getSeries().setApplyZOrder() instead.
Tags:
Parameters:
method setAutoRepaint [line 319]
void setAutoRepaint(
boolean
$value)
|
|
Enables/Disables repainting of Chart when points are added.
Default value: true
Tags:
Parameters:
method setAxes [line 503]
method setBackColor [line 247]
void setBackColor(
Color
$value)
|
|
Sets the color the Chart rectangle is filled with.
Tags:
Parameters:
method setBackground [line 252]
void setBackground(
$value)
|
|
Tags:
Parameters:
method setCanvas [line 775]
void setCanvas(
IGraphics3D
$value)
|
|
Obsolete. Please use setGraphics3D method.
Tags:
Parameters:
method setChart [line 496]
method setClipPoints [line 202]
void setClipPoints(
boolean
$value)
|
|
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
Parameters:
method setCursor [line 568]
method setFont [line 511]
method setFooter [line 507]
method setGraphics3D [line 784]
void setGraphics3D(
IGraphics3D
$value)
|
|
Used to access TeeChart Draw attributes.
Tags:
Parameters:
method setHeader [line 515]
method setHeight [line 328]
method setLegend [line 519]
method setPage [line 551]
method setPanel [line 547]
method setPanning [line 543]
void setPanning(
$panning)
|
|
Tags:
Parameters:
method setPrinter [line 539]
void setPrinter(
$printer)
|
|
Tags:
Parameters:
method setPrinting [line 172]
void setPrinting(
boolean
$value)
|
|
Determines which Chart is being printed.
Tags:
Parameters:
method setScrollable [line 389]
void setScrollable(
$scrollable)
|
|
Tags:
Parameters:
method setSeries [line 853]
method setSubFooter [line 523]
void setSubFooter(
$subFooter)
|
|
Tags:
Parameters:
method setSubHeader [line 527]
void setSubHeader(
$subHeader)
|
|
Tags:
Parameters:
method setText [line 605]
void setText(
String
$value)
|
|
Sets the text for the Footer, Header, SubFooter and SubHeader.
Tags:
Parameters:
method setTools [line 869]
method setToolTip [line 865]
method setWalls [line 531]
method setWidth [line 340]
method setZoom [line 535]
method unserialize [line 73]
void unserialize(
$chart_s,
$prefix)
|
|
Unserializes the TChart and Chart objects
Tags:
Parameters:
method _paint [line 433]
void _paint(
$g,
$width,
$height)
|
|
Tags:
Parameters:
method _setSeries [line 857]
void _setSeries(
$index,
$value)
|
|
Tags:
Parameters:
method __get [line 100]
method __set [line 107]
void __set(
$property,
$value)
|
|
Parameters: