LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
CurveStyle.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
module
com
21
{
22
module sun
23
{
24
module star
25
{
26
module chart2
27
{
28
31
enum
CurveStyle
32
{
35
LINES
,
36
40
CUBIC_SPLINES
,
41
45
B_SPLINES
,
46
50
NURBS
,
51
63
STEP_START
,
64
76
STEP_END
,
77
89
STEP_CENTER_X
,
90
102
STEP_CENTER_Y
103
};
104
105
} ;
// chart2
106
} ;
// com
107
} ;
// sun
108
} ;
// star
109
110
111
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::chart2::CurveStyle
CurveStyle
Sets the type of curves that are drawn for line charts.
Definition
CurveStyle.idl:32
com::sun::star::chart2::LINES
@ LINES
Lines between data points are not smoothed.
Definition
CurveStyle.idl:35
com::sun::star::chart2::STEP_CENTER_X
@ STEP_CENTER_X
Data points are connected via a 3-segmented stepped line.
Definition
CurveStyle.idl:89
com::sun::star::chart2::B_SPLINES
@ B_SPLINES
Data points are connected via a parametric, interpolating B-spline curve.
Definition
CurveStyle.idl:45
com::sun::star::chart2::NURBS
@ NURBS
Non-uniform rational b-splines.
Definition
CurveStyle.idl:50
com::sun::star::chart2::STEP_START
@ STEP_START
Data points are connected via a 2-segmented stepped line.
Definition
CurveStyle.idl:63
com::sun::star::chart2::CUBIC_SPLINES
@ CUBIC_SPLINES
Data points are connected via a smoothed cubic spline curve.
Definition
CurveStyle.idl:40
com::sun::star::chart2::STEP_END
@ STEP_END
Data points are connected via a 2-segmented stepped line.
Definition
CurveStyle.idl:76
com::sun::star::chart2::STEP_CENTER_Y
@ STEP_CENTER_Y
Data points are connected via a 3-segmented stepped line.
Definition
CurveStyle.idl:102
com
Definition
Ambiguous.idl:20
com
sun
star
chart2
CurveStyle.idl
Generated by
1.17.0