JVCL Help:TJvChart

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvChart
run\JvChart.pas


Summary

The TJvChart component is a Charting/Graphing component.

run\JvChart.pas


Pascal

 run\JvChart.pas
 TJvChart = class(TJvGraphicControl);


Description

  1. 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.

run\JvChart.pas


About

Navigation

run\JvChart.pas



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