From ebcfadaab21c38393a6e491889b804f54041cbdd Mon Sep 17 00:00:00 2001 From: wp Date: Wed, 7 Jul 2021 08:23:54 +0000 Subject: [PATCH] TAChart: Update xml doc. git-svn-id: trunk@65394 - --- components/tachart/fpdoc/tacustomseries.xml | 30 +++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/components/tachart/fpdoc/tacustomseries.xml b/components/tachart/fpdoc/tacustomseries.xml index 2f3a816bbf..1183591dde 100644 --- a/components/tachart/fpdoc/tacustomseries.xml +++ b/components/tachart/fpdoc/tacustomseries.xml @@ -7,7 +7,7 @@ - Return number of points in the series. + Returns the number of points in the series. Add new point to the right of the series. @@ -32,7 +32,7 @@ EEditableSourceRequired - Verify that the data source is editable and return it. + Verifies that the data source is editable and returns it (or nil if the source is not a TListChartSource) Remove all points from the series. @@ -40,12 +40,10 @@ - - EEditableSourceRequired + EEditableSourceRequired - Remove point by index. - -

Requires editable data source.

+ Removes a data point by index. +

Requires editable data source.

@@ -55,6 +53,8 @@ Mark parameters. + Marks are the text labels drawn for each data point. + Called before the drawing of each mark. @@ -81,7 +81,7 @@ from a chart source Return the label for the point number AIndex formatted as per Marks property - Return the bounding rectangle for all points in the serie. + Returns the bounding rectangle for all points in the serie. TCustomChartSource.Extent @@ -192,6 +192,20 @@ per data points than specified by G By default, i.e. DepthBrightnessDelta=0, the series sides have the same color as the series itself.
+ Finds the y maximum and minimum of the series data having an x between AXMin and AXMax + Returns true when the series contains no data. + Returns the index of the last data point. + Returns the largest x value + Returns the smallest x value + Returns the largest y value + Returns the smallest y value + Returns the x value of the data point with the given index + Returns the y value of the data point with the given index + If a source provides data points with multiple x values, the x value with the index AXIndex is returned for the data point at index AIndex + + If a source provides data points with multiple y values, the y value with the index AYIndex is returned for the data point at index AIndex + +