constructor TChart [line 105]
TChart TChart(
[
$width = 300], [
$height = 200], [
$handlers = null])
|
|
The class constructor.
Parameters:
destructor __destruct [line 131]
method addMyEventListener [line 895]
method addSeries [line 302]
Adds a new Series.
Tags:
Parameters:
method checkBackground [line 499]
method checkGraphics [line 954]
method createToolTip [line 597]
method dispose [line 159]
void dispose(
disposing
$disposing)
|
|
Cleans up any resources being used.
Tags:
Parameters:
method doAfterDraw [line 477]
method doAfterDrawSeries [line 464]
method doAllowScroll [line 492]
method doBaseInvalidate [line 579]
method doBeforeDraw [line 482]
method doBeforeDrawAxes [line 456]
method doBeforeDrawSeries [line 469]
method doClickSeries [line 487]
void doClickSeries(
$sender,
$s,
$valueIndex,
$e)
|
|
Tags:
Parameters:
method doDrawImage [line 423]
method doInvalidate [line 899]
method doZoomed [line 979]
method exchangeSeries [line 382]
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 775]
Accesses view characteristics of the Chart.
3D view parameters.
Tags:
method getAutoRepaint [line 321]
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 852]
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 416]
Image getBackgroundImage(
)
|
|
Returns background image of TChart
Tags:
method getBuildNumber [line 975]
method getCanvas [line 785]
Obsolete. Please use getGraphics3D function.
Tags:
method getChart [line 607]
Defines the Chart to display.
Tags:
method getClipPoints [line 207]
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
method getControl [line 575]
method getCursor [line 508]
method getExport [line 861]
Accesses Chart export attributess.
Tags:
method getFont [line 716]
Determines the Font characteristics.
Tags:
method getFooter [line 728]
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 391]
Use TChart.<!-- -->getWalls()<!-- -->getPen() instead.
Tags:
method getGetCursorPos [line 292]
Obsolete. Please use mousePosition field instead.
Tags:
method getGraphics3D [line 971]
Used to access TeeChart Draw attributes.
Tags:
method getHeader [line 695]
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 337]
method getImport [line 870]
Accesses Chart import attributes.
Tags:
method getLegend [line 681]
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 655]
Accesses multiple page characteristics of the Chart.
Tags:
method getPanel [line 637]
Background visible attributes.
Provides access, via the Panel Interface, to all Chart Panel properties.
Tags:
method getPanning [line 753]
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 646]
Printing related attributes.
Tags:
method getPrinting [line 177]
Determines which Chart is being printed.
Tags:
method getSeries [line 822]
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 400]
Returns the number of Series in Chart.
Tags:
method getSubFooter [line 765]
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 707]
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 616]
The text for the Footer, Header, SubFooter and SubHeader.
Tags:
method getTools [line 834]
Collection of Tool components contained in this Chart.
Tags:
method getWalls [line 843]
Accesses left, bottom and back wall characteristics of the Chart.
Tags:
method getZoom [line 737]
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 52]
method paint [line 431]
void paint(
$g,
$rectangle)
|
|
Tags:
Parameters:
method paintComponent [line 903]
void paintComponent(
$g, [
$rec = null])
|
|
Tags:
Parameters:
method pointToScreen [line 582]
method refreshControl [line 593]
method RegisterEventHandler [line 136]
void RegisterEventHandler(
$handler)
|
|
Tags:
Parameters:
method removeAllSeries [line 370]
Removes all Series.
Tags:
method removeScrollable [line 408]
method render [line 928]
void render(
[string
$fileName = null])
|
|
Render the chart image
Tags:
Parameters:
method serialize [line 59]
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 332]
void setAutoRepaint(
boolean
$value)
|
|
Enables/Disables repainting of Chart when points are added.
Default value: true
Tags:
Parameters:
method setAxes [line 523]
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 795]
void setCanvas(
IGraphics3D
$value)
|
|
Obsolete. Please use setGraphics3D method.
Tags:
Parameters:
method setChart [line 516]
method setClipPoints [line 216]
void setClipPoints(
boolean
$value)
|
|
Obsolete. Please use Aspect->ClipPoints instead.
Tags:
Parameters:
method setCursor [line 588]
method setFont [line 531]
method setFooter [line 527]
method setGraphics3D [line 805]
void setGraphics3D(
IGraphics3D
$value)
|
|
Used to access TeeChart Draw attributes.
Tags:
Parameters:
method setHeader [line 535]
method setHeight [line 341]
method setLegend [line 539]
method setPage [line 571]
method setPanel [line 567]
method setPanning [line 563]
void setPanning(
$panning)
|
|
Tags:
Parameters:
method setPrinter [line 559]
void setPrinter(
$printer)
|
|
Tags:
Parameters:
method setPrinting [line 186]
void setPrinting(
boolean
$value)
|
|
Determines which Chart is being printed.
Tags:
Parameters:
method setScrollable [line 404]
void setScrollable(
$scrollable)
|
|
Tags:
Parameters:
method setSeries [line 874]
method setSubFooter [line 543]
void setSubFooter(
$subFooter)
|
|
Tags:
Parameters:
method setSubHeader [line 547]
void setSubHeader(
$subHeader)
|
|
Tags:
Parameters:
method setText [line 625]
void setText(
String
$value)
|
|
Sets the text for the Footer, Header, SubFooter and SubHeader.
Tags:
Parameters:
method setTools [line 890]
method setToolTip [line 886]
method setWalls [line 551]
method setWidth [line 354]
method setZoom [line 555]
method TriggerEvent [line 149]
void TriggerEvent(
$eventName,
$args)
|
|
Tags:
Parameters:
method unserialize [line 71]
void unserialize(
$chart_s,
$prefix)
|
|
Unserializes the TChart and Chart objects
Tags:
Parameters:
method _paint [line 451]
void _paint(
$g,
$width,
$height)
|
|
Tags:
Parameters:
method _setSeries [line 878]
void _setSeries(
$index,
$value)
|
|
Tags:
Parameters:
method __get [line 88]
method __set [line 95]
void __set(
$property,
$value)
|
|
Parameters: