JVCL Help:TJvChart
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvChart Class
[+] JvChart.pas Classes
[+] TJvChart Events
[+] TJvChart Methods
[+] TJvChart Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvChart
run\JvChart.pas
Summary
The TJvChart component is a Charting/Graphing component.
Pascal
run\JvChart.pas
TJvChart = class(TJvGraphicControl);
Description
- JVCLInfo
TJvChart can do line charts (also known as graphs), bar charts, pie charts, and other charting/graphing/plotting.
To use it, you need to set the display/formatting options (which are sub-properties of TJvChart.Options) and put data into the Data.Values property, set Data.ValuesCount to tell the chart how much data to put into the chart, then call PlotGraph, to make it all appear.
About
▼ TJvChart
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page