constructor TChart [line 112]
TChart TChart(
[
$width = 300], [
$height = 200], [
$handlers = null])
|
|
The class constructor.
Parameters:
destructor __destruct [line 138]
method addMyEventListener [line 928]
method addSeries [line 321]
Adds a new Series.
Tags:
Parameters:
method checkBackground [line 520]
method checkGraphics [line 992]
method createToolTip [line 618]
method dispose [line 178]
void dispose(
disposing
$disposing)
|
|
Cleans up any resources being used.
Tags:
Parameters:
method doAfterDraw [line 498]
method doAfterDrawSeries [line 485]
method doAllowScroll [line 513]
method doBaseInvalidate [line 600]
method doBeforeDraw [line 503]
method doBeforeDrawAxes [line 477]
method doBeforeDrawSeries [line 490]
method doClickSeries [line 508]
void doClickSeries(
$sender,
$s,
$valueIndex,
$e)
|
|
Tags:
Parameters:
method doDrawImage [line 444]
method doInvalidate [line 932]
method doZoomed [line 1017]
method exchangeSeries [line 403]
void exchangeSeries(
int
$series1, int
$series2)
|
|
Obsolete. Use TChart.<!-- -->Series.<!-- -->Exchange() instead.
Tags:
Parameters:
method fireChartPaint [line 49]
method getApplyZOrder [line 246]
boolean getApplyZOrder(
)
|
|
Obsolete. Please use getSeries.getApplyZOrder() instead.
Tags:
method getAspect [line 808]
Accesses view characteristics of the Chart.
3D view parameters.
Tags:
method getAutoRepaint [line 340]
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 885]
Collection of predefined and custom axis objects.
Tags:
method getBackColor [line 270]
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 288]
method getBackgroundImage [line 437]
Image getBackgroundImage(
)
|
|
Returns background image of TChart
Tags:
method getBuildNumber [line 1013]
method getCanvas [line 818]
Obsolete. Please use getGraphics3D function.
Tags:
method getChart [line 628]
Defines the Chart to display.
Tags:
method getClipPoints [line 226]
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
method getControl [line 596]
method getCursor [line 529]
method getExport [line 894]
Accesses Chart export attributess.
Tags:
method getFont [line 740]
Determines the Font characteristics.
Tags:
method getFooter [line 752]
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 412]
Use TChart.<!-- -->getWalls()<!-- -->getPen() instead.
Tags:
method getGetCursorPos [line 311]
Obsolete. Please use mousePosition field instead.
Tags:
method getGraphics3D [line 1009]
Used to access TeeChart Draw attributes.
Tags:
method getHeader [line 719]
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 356]
method getImport [line 903]
Accesses Chart import attributes.
Tags:
method getLegend [line 705]
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 215]
True when the Chart is internally drawing into a Metafile image.
Tags:
method getPage [line 679]
Accesses multiple page characteristics of the Chart.
Tags:
method getPanel [line 661]
Background visible attributes.
Provides access, via the Panel Interface, to all Chart Panel properties.
Tags:
method getPanning [line 786]
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 187]
Returns a Dimension object of prefered size.
Tags:
method getPrinter [line 670]
Printing related attributes.
Tags:
method getPrinting [line 196]
Determines which Chart is being printed.
Tags:
method getScroll [line 770]
Accesses the Scroll characteristics of the Chart.
Tags:
method getSeries [line 855]
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 421]
Returns the number of Series in Chart.
Tags:
method getSubFooter [line 798]
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 731]
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 640]
The text for the Footer, Header, SubFooter and SubHeader.
Tags:
method getTools [line 867]
Collection of Tool components contained in this Chart.
Tags:
method getWalls [line 876]
Accesses left, bottom and back wall characteristics of the Chart.
Tags:
method getZoom [line 761]
Accesses the Zoom characteristics of the Chart.
Tags:
method mouseDragged [line 292]
method mouseMoved [line 300]
void mouseMoved(
MouseEvent
$e)
|
|
Captures current mouse position every time the mouse is moved.
Tags:
Parameters:
method onMyEvent [line 59]
method paint [line 452]
void paint(
$g,
$rectangle)
|
|
Tags:
Parameters:
method paintComponent [line 936]
void paintComponent(
$g, [
$rec = null])
|
|
Tags:
Parameters:
method pointToScreen [line 603]
method refreshControl [line 614]
method RegisterEventHandler [line 155]
void RegisterEventHandler(
$handler)
|
|
Tags:
Parameters:
method removeAllSeries [line 391]
Removes all Series.
Tags:
method removeScrollable [line 429]
method render [line 961]
void render(
[string
$fileName = null])
|
|
Render the chart image
Tags:
Parameters:
method serialize [line 66]
void serialize(
$chart_s,
$prefix)
|
|
Serializes the TChart and Chart objects
Tags:
Parameters:
method setApplyZOrder [line 257]
void setApplyZOrder(
boolean
$value)
|
|
Obsolete. Please use getSeries().setApplyZOrder() instead.
Tags:
Parameters:
method setAutoRepaint [line 351]
void setAutoRepaint(
boolean
$value)
|
|
Enables/Disables repainting of Chart when points are added.
Default value: true
Tags:
Parameters:
method setAxes [line 544]
method setBackColor [line 279]
void setBackColor(
Color
$value)
|
|
Sets the color the Chart rectangle is filled with.
Tags:
Parameters:
method setBackground [line 284]
void setBackground(
$value)
|
|
Tags:
Parameters:
method setCanvas [line 828]
void setCanvas(
IGraphics3D
$value)
|
|
Obsolete. Please use setGraphics3D method.
Tags:
Parameters:
method setChart [line 537]
method setClipPoints [line 235]
void setClipPoints(
boolean
$value)
|
|
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
Parameters:
method setCursor [line 609]
method setFont [line 552]
method setFooter [line 548]
method setGraphics3D [line 838]
void setGraphics3D(
IGraphics3D
$value)
|
|
Used to access TeeChart Draw attributes.
Tags:
Parameters:
method setHeader [line 556]
method setHeight [line 360]
method setLegend [line 560]
method setPage [line 592]
method setPanel [line 588]
method setPanning [line 584]
void setPanning(
$panning)
|
|
Tags:
Parameters:
method setPrinter [line 580]
void setPrinter(
$printer)
|
|
Tags:
Parameters:
method setPrinting [line 205]
void setPrinting(
boolean
$value)
|
|
Determines which Chart is being printed.
Tags:
Parameters:
method setScrollable [line 425]
void setScrollable(
$scrollable)
|
|
Tags:
Parameters:
method setSeries [line 907]
method setSubFooter [line 564]
void setSubFooter(
$subFooter)
|
|
Tags:
Parameters:
method setSubHeader [line 568]
void setSubHeader(
$subHeader)
|
|
Tags:
Parameters:
method setText [line 649]
void setText(
String
$value)
|
|
Sets the text for the Footer, Header, SubFooter and SubHeader.
Tags:
Parameters:
method setTools [line 923]
method setToolTip [line 919]
method setWalls [line 572]
method setWidth [line 374]
method setZoom [line 576]
method TriggerEvent [line 168]
void TriggerEvent(
$eventName,
$args)
|
|
Tags:
Parameters:
method unserialize [line 78]
void unserialize(
$chart_s,
$prefix)
|
|
Unserializes the TChart and Chart objects
Tags:
Parameters:
method _paint [line 472]
void _paint(
$g,
$width,
$height)
|
|
Tags:
Parameters:
method _setSeries [line 911]
void _setSeries(
$index,
$value)
|
|
Tags:
Parameters:
method __get [line 95]
method __set [line 102]
void __set(
$property,
$value)
|
|
Parameters: