From 76769b2c6bcf1926e4e786ced3815d99179ec984 Mon Sep 17 00:00:00 2001 From: ask Date: Tue, 13 Oct 2009 14:20:05 +0000 Subject: [PATCH] TAChart: Start documenting TACustomSeries unit. git-svn-id: trunk@22143 - --- components/tachart/fpdoc/tacustomseries.xml | 71 ++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/components/tachart/fpdoc/tacustomseries.xml b/components/tachart/fpdoc/tacustomseries.xml index b3a4d94953..623297c2fa 100644 --- a/components/tachart/fpdoc/tacustomseries.xml +++ b/components/tachart/fpdoc/tacustomseries.xml @@ -1,6 +1,75 @@ - + + + Basic chart series. Inherit this if you want to create a new series type. + + + + Return number of points in the series. + + + Add new point to the right of the serie + +

The X coordinate of the new point is calculated as the rightmost existing X coordinate plus 1.

+

Requires editable data source.

+
+ + AddXY + + + EEditableSourceRequired + +
+ + Add a new point to the series. + +

Requires editable data source.

+
+ + EEditableSourceRequired + +
+ + + EEditableSourceRequired + + Verify that the data source is editable and return it. + + + Remove all points from the series. + +

Requires editable data source.

+
+
+ + + EEditableSourceRequired + + Remove point by index. + +

Requires editable data source.

+
+
+ + + + Series data source. + + + Mark paramaters. + + + Called before the drawing of each mark. + + Marks + + + + Series with the data source. + + +