diff --git a/components/tachart/fpdoc/tacustomseries.xml b/components/tachart/fpdoc/tacustomseries.xml index 623297c2fa..ad96fd05cd 100644 --- a/components/tachart/fpdoc/tacustomseries.xml +++ b/components/tachart/fpdoc/tacustomseries.xml @@ -10,7 +10,7 @@ Return number of points in the series. - Add new point to the right of the serie + Add new point to the right of the series.

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

Requires editable data source.

@@ -58,7 +58,7 @@ Series data source.
- Mark paramaters. + Mark parameters. Called before the drawing of each mark. @@ -70,6 +70,26 @@ Series with the data source. + + Return the color of the point number AIndex + + + + Set the color of the point number AIndex to AColor + + + + Return the label for the point number AIndex formatted as per Marks property + + + Return the bounding rectangle for all points in the serie. + + TChartSource.Extent + + + + Return the label for the point number AIndex obtained by OnGetMark event, or DefaultFormattedMark. +