Difference between revisions of "TAChart documentation/zh CN"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "==概括== TAChart 是一个用于绘制关系图的控件, 图表或其他关系图。 It is [[Comparing TAChart with Delphi's TeeChart Standard|comparable in features...")
 
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{TAChart documentation}}
 +
 
==概括==
 
==概括==
  
Line 9: Line 11:
  
 
This document provides comprehensive but concise overview of TAChart concepts, features and components.
 
This document provides comprehensive but concise overview of TAChart concepts, features and components.
For step-by-step introduction, see [[TAChart tutorial: Getting started]] and [[TAChart#Documentation|other tutorials]].
+
For step-by-step introduction, see [[TAChart Tutorial: Getting started]] and [[TAChart#Documentation|other tutorials]].
  
 
The documentation describes TAChart package in the latest development version of Lazarus.
 
The documentation describes TAChart package in the latest development version of Lazarus.

Latest revision as of 21:07, 17 October 2015

English (en) русский (ru) українська (uk) 中文(中国大陆)‎ (zh_CN)

概括

TAChart 是一个用于绘制关系图的控件, 图表或其他关系图。 It is comparable in features, but not specifically compatible, with Delphi TeeChart package. One substantial difference is that some features (e.g. data sources and axis transformations) are implemented via separate components instead of just properties. This leads to increased flexibility and opportunity for code re-use, but at the cost of some additional API complexity.

This document provides comprehensive but concise overview of TAChart concepts, features and components. For step-by-step introduction, see TAChart Tutorial: Getting started and other tutorials.

The documentation describes TAChart package in the latest development version of Lazarus. Some features may not be available in the official release yet. It is still recommended to use the latest version of this document because it contains not only new features, but fixes and improvements to old descriptions too.

Nevertheless, you can look at the the old version of this document to see a state approximately corresponding to Lazarus 1.0 release.