From 4160d7c7ef8d88597673a15ff77e13900eac6da7 Mon Sep 17 00:00:00 2001 From: wp Date: Mon, 5 Jul 2021 18:43:15 +0000 Subject: [PATCH] TAChart: Update xml help. git-svn-id: trunk@65376 - --- .gitattributes | 1 + components/tachart/fpdoc/tagraph.xml | 16 +++++++++------- components/tachart/fpdoc/tatools.xml | 8 ++++++++ 3 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 components/tachart/fpdoc/tatools.xml diff --git a/.gitattributes b/.gitattributes index 43652485dd..f214e64e8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5416,6 +5416,7 @@ components/tachart/fpdoc/talegend.xml svneol=native#text/plain components/tachart/fpdoc/tamath.xml svneol=native#text/xml components/tachart/fpdoc/taseries.xml svneol=native#text/plain components/tachart/fpdoc/tasources.xml svneol=native#text/plain +components/tachart/fpdoc/tatools.xml svneol=native#text/xml components/tachart/fpdoc/tatypes.xml svneol=native#text/plain components/tachart/fpvectorial/tachartfpvectorial.lpk svneol=native#text/plain components/tachart/fpvectorial/tachartfpvectorial.pas svneol=native#text/pascal diff --git a/components/tachart/fpdoc/tagraph.xml b/components/tachart/fpdoc/tagraph.xml index 9970c1193b..c4e23a859a 100644 --- a/components/tachart/fpdoc/tagraph.xml +++ b/components/tachart/fpdoc/tagraph.xml @@ -268,10 +268,7 @@ For example, pie series displays a separat Converts the Y coordinate of a point from image units to graph units. - - - - + @@ -316,7 +313,9 @@ chart margin and the space reserved for series marks. - + This overridden background painting method does nothing because the background will be painted over anyway.The inherited behaviour is ignored. + + @@ -326,10 +325,10 @@ chart margin and the space reserved for series marks. - Draws the chart usung the given drawing back-end + Draws the chart using the given drawing back-end This method draws the chart by means of the given drawing back-end, Drawer. Unlike -PaintOnCanvas the chart can be drawn on non-canvas devices, such as a svg file. +PaintOnCanvas the chart can be drawn on non-canvas devices, such as a svg file or OpenGL context. @@ -659,6 +658,9 @@ as a replacement. Proportional, when set to true, applies the same scaling factor to the x and y axis. + Indicates whether the scaling parameters for the conversion between graph and image coordinates have valid values. + Returns the index of the currently active chart tool in the toolset attached to the chart. + diff --git a/components/tachart/fpdoc/tatools.xml b/components/tachart/fpdoc/tatools.xml new file mode 100644 index 0000000000..f1f69ad4ae --- /dev/null +++ b/components/tachart/fpdoc/tatools.xml @@ -0,0 +1,8 @@ + +Tool for zooming while dragging the mouse over the area to be magnified + Cancels the current operation of the chart tool by pressing the ESC keyWhen the property EscapeCancels is true the current operation of the currently active chart tool, e.g. dragging the mouse for zooming, can be aborted by pressing the ESC key. + + + + +