From 0a7b372ec49d95ecb563c6dfd57fbd851180887f Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 20 Mar 2013 04:13:41 +0100 Subject: adapt API documentation for stepped lines feature Change-Id: I6c9c20b7c9fa8fd0f1a47ae0f4c17f9d1951b7b0 --- offapi/com/sun/star/chart/LineDiagram.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/offapi/com/sun/star/chart/LineDiagram.idl b/offapi/com/sun/star/chart/LineDiagram.idl index 9d3c525f7bf8..76855813c814 100644 --- a/offapi/com/sun/star/chart/LineDiagram.idl +++ b/offapi/com/sun/star/chart/LineDiagram.idl @@ -96,11 +96,16 @@ published service LineDiagram /** determines if the chart is a spline-chart type and specifies the type of splines. + @see CurveStyle

You can set the following values: + + + +
0lines are used instead of splines
1use cubic splines
2use B-splines
3use stepped line with step start
4use stepped line with step end
5use stepped line with step center x
6use stepped line with step center y

*/ -- cgit