Properties' Summary |
long
SymbolType |
determines which type of symbols are displayed.
|
::com::sun::star::awt::Size
SymbolSize |
[ OPTIONAL ]
specifies the size of symbols in 1/100th of a millimeter.
|
string
SymbolBitmapURL |
[ DEPRECATED ]
[ OPTIONAL ]
Set this property to any valid URL that points to a graphic
file. This graphic is then used as symbol for all series.
|
boolean
Lines |
determines if the chart type has lines connecting the data
points or contains just symbols.
|
long
SplineType |
determines if the chart is a spline-chart type and specifies
the type of splines.
|
long
SplineOrder |
[ OPTIONAL ]
specifies the power of the polynomials used for spline
calculation
This property is only valid for B-splines
|
long
SplineResolution |
[ OPTIONAL ]
determines the number of sampling points of a spline
|
::com::sun::star::graphic::XGraphic
SymbolBitmap |
[ DEPRECATED ]
[ OPTIONAL ]
Set this property to a graphic object which is then used as
symbol for all series.
Since LibreOffice 6.1
|
Properties' Details |
SymbolType
long SymbolType;
- Description
- determines which type of symbols are displayed.
In this interface, only the two values
ChartSymbolType::NONE and
ChartSymbolType::AUTO are supported. Later
versions may support the selection of the symbols shape.
If you set this property to
ChartSymbolType::AUTO, you can change the
symbol shape for objects supporting the service
ChartDataPointProperties or
ChartDataRowProperties.
- See also
- ChartDataPointProperties, ChartDataRowProperties
|
|
SymbolSize
::com::sun::star::awt::Size SymbolSize;
- Usage Restrictions
- optional
- Description
- specifies the size of symbols in 1/100th of a millimeter.
|
|
SymbolBitmapURL
string SymbolBitmapURL;
- Usage Restrictions
- deprecated
- optional
- Description
- Set this property to any valid URL that points to a graphic
file. This graphic is then used as symbol for all series.
When you query this value you get an internal URL of the
embedded graphic.
- See also
- ChartSymbolType
|
|
Lines
boolean Lines;
- Description
- determines if the chart type has lines connecting the data
points or contains just symbols.
|
|
SplineType
long SplineType;
- Description
- determines if the chart is a spline-chart type and specifies
the type of splines.
- See also
- CurveStyle
You can set the following values:
0 | lines are used instead of splines |
1 | use cubic splines |
2 | use B-splines |
3 | use stepped line with step start |
4 | use stepped line with step end |
5 | use stepped line with step center x |
6 | use stepped line with step center y |
|
|
SplineOrder
long SplineOrder;
- Usage Restrictions
- optional
- Description
- specifies the power of the polynomials used for spline
calculation
This property is only valid for B-splines
|
|
SplineResolution
long SplineResolution;
- Usage Restrictions
- optional
- Description
- determines the number of sampling points of a spline
|
|
SymbolBitmap
::com::sun::star::graphic::XGraphic SymbolBitmap;
- Usage Restrictions
- deprecated
- optional
- Deprecation Info
- - added for backwards compatibility
- Description
- Set this property to a graphic object which is then used as
symbol for all series.
Since LibreOffice 6.1
- See also
- ChartSymbolType
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.