LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_CurveStyle_idl
20 #define com_sun_star_chart2_CurveStyle_idl
@ STEP_CENTER_Y
Data points are connected via a 3-segmented stepped line.
Definition: CurveStyle.idl:104
@ STEP_START
Data points are connected via a 2-segmented stepped line.
Definition: CurveStyle.idl:65
@ CUBIC_SPLINES
Data points are connected via a smoothed cubic spline curve.
Definition: CurveStyle.idl:42
@ NURBS
Non-uniform rational b-splines.
Definition: CurveStyle.idl:52
@ LINES
Lines between data points are not smoothed.
Definition: CurveStyle.idl:37
@ B_SPLINES
Data points are connected via a parametric, interpolating B-spline curve.
Definition: CurveStyle.idl:47
@ STEP_END
Data points are connected via a 2-segmented stepped line.
Definition: CurveStyle.idl:78
CurveStyle
Sets the type of curves that are drawn for line charts.
Definition: CurveStyle.idl:34
Definition: Ambiguous.idl:22
@ STEP_CENTER_X
Data points are connected via a 3-segmented stepped line.
Definition: CurveStyle.idl:91