constructor TChart [line 103]
TChart TChart(
[
$width = 300], [
$height = 200], [
$handlers = null])
|
|
The class constructor.
Parameters:
destructor __destruct [line 131]
method addMyEventListener [line 891]
method addSeries [line 302]
Adds a new Series.
Tags:
Parameters:
method checkBackground [line 496]
method checkGraphics [line 944]
method createToolTip [line 594]
method dispose [line 159]
void dispose(
disposing
$disposing)
|
|
Cleans up any resources being used.
Tags:
Parameters:
method doAfterDraw [line 474]
method doAfterDrawSeries [line 462]
method doAllowScroll [line 489]
method doBaseInvalidate [line 576]
method doBeforeDraw [line 479]
method doBeforeDrawAxes [line 455]
method doBeforeDrawSeries [line 467]
method doClickSeries [line 484]
void doClickSeries(
$sender,
$s,
$valueIndex,
$e)
|
|
Tags:
Parameters:
method doDrawImage [line 422]
method doInvalidate [line 895]
method exchangeSeries [line 381]
void exchangeSeries(
int
$series1, int
$series2)
|
|
Obsolete. Use TChart.<!-- -->Series.<!-- -->Exchange() instead.
Tags:
Parameters:
method fireChartPaint [line 42]
method getApplyZOrder [line 227]
boolean getApplyZOrder(
)
|
|
Obsolete. Please use getSeries.getApplyZOrder() instead.
Tags:
method getAspect [line 772]
Accesses view characteristics of the Chart.
3D view parameters.
Tags:
method getAutoRepaint [line 320]
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 848]
Collection of predefined and custom axis objects.
Tags:
method getBackColor [line 251]
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 269]
method getBackgroundImage [line 415]
Image getBackgroundImage(
)
|
|
Returns background image of TChart
Tags:
method getBuildNumber [line 965]
method getCanvas [line 782]
Obsolete. Please use getGraphics3D function.
Tags:
method getChart [line 604]
Defines the Chart to display.
Tags:
method getClipPoints [line 207]
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
method getControl [line 572]
method getCursor [line 505]
method getExport [line 857]
Accesses Chart export attributess.
Tags:
method getFont [line 713]
Determines the Font characteristics.
Tags:
method getFooter [line 725]
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 390]
Use TChart.<!-- -->getWalls()<!-- -->getPen() instead.
Tags:
method getGetCursorPos [line 292]
Obsolete. Please use mousePosition field instead.
Tags:
method getGraphics3D [line 961]
Used to access TeeChart Draw attributes.
Tags:
method getHeader [line 692]
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 336]
method getImport [line 866]
Accesses Chart import attributes.
Tags:
method getLegend [line 678]
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 196]
True when the Chart is internally drawing into a Metafile image.
Tags:
method getPage [line 652]
Accesses multiple page characteristics of the Chart.
Tags:
method getPanel [line 634]
Background visible attributes.
Provides access, via the Panel Interface, to all Chart Panel properties.
Tags:
method getPanning [line 750]
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 168]
Returns a Dimension object of prefered size.
Tags:
method getPrinter [line 643]
Printing related attributes.
Tags:
method getPrinting [line 177]
Determines which Chart is being printed.
Tags:
method getSeries [line 818]
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 399]
Returns the number of Series in Chart.
Tags:
method getSubFooter [line 762]
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 704]
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 613]
The text for the Footer, Header, SubFooter and SubHeader.
Tags:
method getTools [line 830]
Collection of Tool components contained in this Chart.
Tags:
method getWalls [line 839]
Accesses left, bottom and back wall characteristics of the Chart.
Tags:
method getZoom [line 734]
Accesses the Zoom characteristics of the Chart.
Tags:
method mouseDragged [line 273]
method mouseMoved [line 281]
void mouseMoved(
MouseEvent
$e)
|
|
Captures current mouse position every time the mouse is moved.
Tags:
Parameters:
method onMyEvent [line 50]
method paint [line 430]
void paint(
$g,
$rectangle)
|
|
Tags:
Parameters:
method paintComponent [line 899]
void paintComponent(
$g, [
$rec = null])
|
|
Tags:
Parameters:
method pointToScreen [line 579]
method refreshControl [line 590]
method RegisterEventHandler [line 136]
void RegisterEventHandler(
$handler)
|
|
Tags:
Parameters:
method removeAllSeries [line 369]
Removes all Series.
Tags:
method removeScrollable [line 407]
method render [line 925]
void render(
[string
$fileName = null])
|
|
Render the chart image
Tags:
Parameters:
method serialize [line 57]
void serialize(
$chart_s,
$prefix)
|
|
Serializes the TChart and Chart objects
Tags:
Parameters:
method setApplyZOrder [line 238]
void setApplyZOrder(
boolean
$value)
|
|
Obsolete. Please use getSeries().setApplyZOrder() instead.
Tags:
Parameters:
method setAutoRepaint [line 331]
void setAutoRepaint(
boolean
$value)
|
|
Enables/Disables repainting of Chart when points are added.
Default value: true
Tags:
Parameters:
method setAxes [line 520]
method setBackColor [line 260]
void setBackColor(
Color
$value)
|
|
Sets the color the Chart rectangle is filled with.
Tags:
Parameters:
method setBackground [line 265]
void setBackground(
$value)
|
|
Tags:
Parameters:
method setCanvas [line 792]
void setCanvas(
IGraphics3D
$value)
|
|
Obsolete. Please use setGraphics3D method.
Tags:
Parameters:
method setChart [line 513]
method setClipPoints [line 216]
void setClipPoints(
boolean
$value)
|
|
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
Parameters:
method setCursor [line 585]
method setFont [line 528]
method setFooter [line 524]
method setGraphics3D [line 801]
void setGraphics3D(
IGraphics3D
$value)
|
|
Used to access TeeChart Draw attributes.
Tags:
Parameters:
method setHeader [line 532]
method setHeight [line 340]
method setLegend [line 536]
method setPage [line 568]
method setPanel [line 564]
method setPanning [line 560]
void setPanning(
$panning)
|
|
Tags:
Parameters:
method setPrinter [line 556]
void setPrinter(
$printer)
|
|
Tags:
Parameters:
method setPrinting [line 186]
void setPrinting(
boolean
$value)
|
|
Determines which Chart is being printed.
Tags:
Parameters:
method setScrollable [line 403]
void setScrollable(
$scrollable)
|
|
Tags:
Parameters:
method setSeries [line 870]
method setSubFooter [line 540]
void setSubFooter(
$subFooter)
|
|
Tags:
Parameters:
method setSubHeader [line 544]
void setSubHeader(
$subHeader)
|
|
Tags:
Parameters:
method setText [line 622]
void setText(
String
$value)
|
|
Sets the text for the Footer, Header, SubFooter and SubHeader.
Tags:
Parameters:
method setTools [line 886]
method setToolTip [line 882]
method setWalls [line 548]
method setWidth [line 353]
method setZoom [line 552]
method TriggerEvent [line 149]
void TriggerEvent(
$eventName,
$args)
|
|
Tags:
Parameters:
method unserialize [line 69]
void unserialize(
$chart_s,
$prefix)
|
|
Unserializes the TChart and Chart objects
Tags:
Parameters:
method _paint [line 450]
void _paint(
$g,
$width,
$height)
|
|
Tags:
Parameters:
method _setSeries [line 874]
void _setSeries(
$index,
$value)
|
|
Tags:
Parameters:
method __get [line 86]
method __set [line 93]
void __set(
$property,
$value)
|
|
Parameters: