summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r--offapi/com/sun/star/chart2/Legend.idl5
-rw-r--r--offapi/com/sun/star/chart2/XChartTypeTemplate.idl3
-rw-r--r--offapi/com/sun/star/chart2/XDataInterpreter.idl3
-rw-r--r--offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl5
4 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl
index 2f85e5e4599d..aad5606a9c02 100644
--- a/offapi/com/sun/star/chart2/Legend.idl
+++ b/offapi/com/sun/star/chart2/Legend.idl
@@ -55,9 +55,10 @@ service Legend
/** Determines how the aspect ratio of the legend should roughly
be.
- <p>Set the Expansion to ::com::sun::star::chart::ChartLegendExpansion::HIGH
+ <p>Set the Expansion to
+ ::com::sun::star::chart#HIGH
for a legend that is positioned on the right or left hand
- side. Use LegendExpansion::WIDE for a legend
+ side. Use ::com::sun::star::chart::WIDE for a legend
that is positioned on top or the bottom.</p>
*/
[property] ::com::sun::star::chart::ChartLegendExpansion Expansion;
diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
index c90574919a53..025aee56eec8 100644
--- a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
+++ b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl
@@ -94,6 +94,9 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface
given diagram should return `TRUE` before this method is
called.</p>
+ @param xDiagram
+ The diagram to be changed.
+
@param xDataSource
This data source will be interpreted in a chart-type
specific way and the DataSeries found in
diff --git a/offapi/com/sun/star/chart2/XDataInterpreter.idl b/offapi/com/sun/star/chart2/XDataInterpreter.idl
index 21b75c82966e..9f2d465ae179 100644
--- a/offapi/com/sun/star/chart2/XDataInterpreter.idl
+++ b/offapi/com/sun/star/chart2/XDataInterpreter.idl
@@ -41,6 +41,9 @@ interface XDataInterpreter : ::com::sun::star::uno::XInterface
{
/** Interprets the given data.
+ @param xSource
+ the data source.
+
@param aArguments
Arguments that tell the template how to slice the given
range. The properties should be defined in a separate
diff --git a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
index efb57adcd085..71510596b04c 100644
--- a/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
+++ b/offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl
@@ -103,6 +103,11 @@ interface XRegressionCurveCalculator : com::sun::star::uno::XInterface
account. When one of these parameters is unknown, no
optimization must be done.</p>
+ @param min the abscissa value for the starting point.
+ @param max the abscissa value for the ending point.
+
+ @param nPointCount the number of points to calculate.
+
@param bMaySkipPointsInCalculation determines whether it is
allowed to skip points in the calculation. When this
parameter is `TRUE` it is assumed that the underlying