TdxChart Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new Tcx |
#Properties
Name | Description |
---|---|
Appearance | Provides access to chart appearance settings. |
Bounds | Specifies Chart client area boundaries. |
Color |
Specifies the active color scheme name. |
Diagram |
Returns the total number of diagrams. |
Diagrams | Provides indexed access to all diagrams. |
Export |
|
Legend | Provides access to chart legend pane settings. |
Look |
Provides access to chart look & feel settings. |
Look |
Provides access to the chart look & feel painter. |
Owner protected |
Provides access to the persistent object to which the current property set or persistent information container belongs.
Inherited from Tcx |
Scroll |
Provides access to scroll settings. |
Titles | Provides access to the collection of chart titles. |
Tool |
Provides access to Chart tooltip settings. |
Use |
Specifies if the Chart control layout is flipped horizontally. |
Use |
Specifies if the Chart control displays text from right to left. |
Use |
Specifies if the internal Chart model uses multithreading algorithms. |
Visible |
Returns the number of visible diagrams. |
Visible |
Provides indexed access to all visible diagrams. |
Zoom |
Provides access to zoom settings. |
#Methods
Name | Description |
---|---|
_Add |
The reference counter increment function of the interfaced property set.
Inherited from Tcx |
_Release protected |
The reference counter decrement function of the interfaced property set.
Inherited from Tcx |
Add |
Creates a new diagram with the specified title. |
Add |
Creates a new diagram with the specified title in Delphi code. |
Assign |
Applies compatible settings from the specified source to the current property set.
Inherited from Tcx |
Assign |
Updates all chart settings from the specified internal Chart model. |
Assign |
Inherited from TPersistent. |
Begin |
Postpones setting change notifications to the parent object until an End |
Cancel |
Re-enables change notifications and delays pending changes made in the component after a Begin |
Change |
Applies the specified scale factor to the chart. |
Do |
Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container.
Inherited from Tcx |
Do |
Applies pending changes after an End |
End |
Applies all pending changes and redraws the parent object after a Begin |
Equals |
Inherited from TObject. |
Export |
Exports chart content to a stream in BMP format. |
Export |
Exports chart content to a file in BMP format. |
Export |
Exports chart content as an image container in a DOCX document and saves it to the target stream. |
Export |
Exports chart content as an image container in a DOCX document and saves it to a file. |
Export |
Exports chart content to a stream in EMF format. |
Export |
Exports chart content to a file in WMF format. |
Export |
Exports chart content to a stream in GIF format. |
Export |
Exports chart content to a file in GIF format. |
Export |
Exports chart content to a stream in any supported image format. |
Export |
Exports chart content to a file in any supported image format. |
Export |
Exports chart content to a stream in JPEG format. |
Export |
Exports chart content to a file in JPEG format. |
Export |
Exports chart content to a stream in PNG format. |
Export |
Exports chart content to a file in PNG format. |
Export |
Exports chart content to a stream in SVG format. |
Export |
Exports chart content to a file in SVG format. |
Export |
Exports chart content to a stream in TIFF format. |
Export |
Exports chart content to a file in TIFF format. |
Export |
Exports chart content to a stream in WMF format. |
Export |
Exports chart content to a file in WMF format. |
Export |
Exports chart content as an image container in an XLSX document and saves it to the target stream. |
Export |
Exports chart content as an image container in an XLSX document and saves it to a file. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Returns the persistent object to which the current property set or persistent information container belongs.
Inherited from Tcx |
Load |
Loads series data from the specified stream populated by a Save |
Paint |
Draws chart content on the specified canvas. |
Paint |
Draws chart content on the specified canvas. |
Query |
Provides access to the implementation of the specified interface if the current persistent property set or information container supports it.
Inherited from Tcx |
Save |
Saves series data from all diagrams to the specified stream. |
To |
Inherited from TObject. |
#Constants
Name | Description |
---|---|
Default |
Specifies the default visual element margins (in pixels) in the Chart control. |
Default |
Specifies the default visual element paddings (in pixels) in the Chart control. |
Default |
Specifies how the internal Chart model interprets the default multithreading algorithm usage option. |
Threading |
Specifies the threshold number of series points for multithreading algorithm usage. |
See Also