Kaydet (Commit) 0a7b372e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

adapt API documentation for stepped lines feature

Change-Id: I6c9c20b7c9fa8fd0f1a47ae0f4c17f9d1951b7b0
üst 894b5423
...@@ -96,11 +96,16 @@ published service LineDiagram ...@@ -96,11 +96,16 @@ published service LineDiagram
/** determines if the chart is a spline-chart type and specifies /** determines if the chart is a spline-chart type and specifies
the type of splines. the type of splines.
@see CurveStyle
<p>You can set the following values: <p>You can set the following values:
<table border> <table border>
<tr><td>0</td><td>lines are used instead of splines</td></tr> <tr><td>0</td><td>lines are used instead of splines</td></tr>
<tr><td>1</td><td>use cubic splines</td></tr> <tr><td>1</td><td>use cubic splines</td></tr>
<tr><td>2</td><td>use B-splines</td></tr> <tr><td>2</td><td>use B-splines</td></tr>
<tr><td>3</td><td>use stepped line with step start</td></tr>
<tr><td>4</td><td>use stepped line with step end</td></tr>
<tr><td>5</td><td>use stepped line with step center x</td></tr>
<tr><td>6</td><td>use stepped line with step center y</td></tr>
</table> </table>
</p> </p>
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment