JVCL Help:TJvChart.Data

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

Search in JVCL Help

 
Search in all projects
 

Summary

The actual chart data.


Pascal

 propertyData: TJvChartData;


Description

This is the data we are plotting. You must set Data.Values[pen,index], and Data.ValueCount, and if the points also have a datetime value, set the Data.Timestamp[index]. After changing Data values, you must call PlotGraph to cause the change to become visible on the screen.


See Also

TJvChart.PlotGraph


About

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