summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ErrorBarStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ErrorBarStyle.idl')
-rw-r--r--offapi/com/sun/star/chart/ErrorBarStyle.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/chart/ErrorBarStyle.idl b/offapi/com/sun/star/chart/ErrorBarStyle.idl
index d1ebc638a3ea..adce5e5901d7 100644
--- a/offapi/com/sun/star/chart/ErrorBarStyle.idl
+++ b/offapi/com/sun/star/chart/ErrorBarStyle.idl
@@ -42,8 +42,8 @@ published constants ErrorBarStyle
absolute value as length for either direction.
<p>The values for these are given as absolute numbers in
- <member>ChartStatistics::ConstantErrorLow</member> and
- <member>ChartStatistics::ConstantErrorHigh</member></p>
+ ChartStatistics::ConstantErrorLow and
+ ChartStatistics::ConstantErrorHigh</p>
@see ChartStatistics
*/
@@ -51,7 +51,7 @@ published constants ErrorBarStyle
/** The length of the error indicators is calculated for each data
point by taking the percentage given as
- <member>ChartStatistics::PercentageError</member> of its
+ ChartStatistics::PercentageError of its
value.
@see ChartStatistics
@@ -60,7 +60,7 @@ published constants ErrorBarStyle
/** The length of the error indicators for all data points is
calculated by taking the percentage given as
- <member>ChartStatistics::ErrorMargin</member> of the largest
+ ChartStatistics::ErrorMargin of the largest
data point value.
@see ChartStatistics
@@ -75,9 +75,9 @@ published constants ErrorBarStyle
/** Uses values given by cell ranges of the container document.
<p>The values for the cell ranges are given in the properties
- <member>ChartStatistics::ErrorBarRangePositive</member> for
+ ChartStatistics::ErrorBarRangePositive for
positive indicators and
- <member>ChartStatistics::ErrorBarRangeNegative</member> for
+ ChartStatistics::ErrorBarRangeNegative for
negative indicators.</p>
*/
const long FROM_DATA = 7;