Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: chart ::

service ChartDataPointProperties
Description
specifies all the properties for the graphic object of a data point (e.g., a single bar in a bar chart).

Text properties correlate to the data description of the data point. There is a similar service for a group of graphic elements called ChartDataRowProperties for the properties of whole data rows.

See also
ChartDataRowProperties

Included Services - Summary
::com::sun::star::drawing::FillProperties

This service has to be supported for data points that can be filled. (details)

::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
::com::sun::star::style::CharacterProperties

These properties affect the characters of data captions if those are displayed.

::com::sun::star::xml::UserDefinedAttributeSupplier

If ChartDataPointProperties may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes. (details)

Chart3DBarProperties

is only available if the chart is of type BarDiagram and Dim3DDiagram and the property Dim3D is set to true. (details)

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Summary
long
DataCaption
specifies how the captions of data points are displayed. 
string
LabelSeparator
[ OPTIONAL ]
specifies a string that is used to separate the parts of a data label (caption)  
long
NumberFormat
[ OPTIONAL ]
specifies a number format for the display of the value in the data label  
long
PercentageNumberFormat
[ OPTIONAL ]
specifies a number format for the display of the percentage value in the data label  
long
LabelPlacement
[ OPTIONAL ]
specifies a relative position for the data label  
long
SymbolType
[ OPTIONAL ]
specifies the type of symbols if the current chart type supports the usage of symbols.  
string
SymbolBitmapURL
[ OPTIONAL ]
In charts that support symbols, you can set this property to any valid URL that points to a graphic file. This graphic is then used as symbol for each data point.  
long
SegmentOffset
[ OPTIONAL ]
the offset by which pie segments in a PieDiagram are dragged outside from the center. This value is given in percent of the radius.  
Included Services - Details
::com::sun::star::drawing::FillProperties
Usage Restrictions
optional
Description
This service has to be supported for data points that can be filled.
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
::com::sun::star::style::CharacterProperties
Description
These properties affect the characters of data captions if those are displayed.
::com::sun::star::xml::UserDefinedAttributeSupplier
Usage Restrictions
optional
Description
If ChartDataPointProperties may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes.
Since
OOo 1.1.2
Chart3DBarProperties
Usage Restrictions
optional
Description
is only available if the chart is of type BarDiagram and Dim3DDiagram and the property Dim3D is set to true.
See also
BarDiagram, Dim3DDiagram, BarDiagram, Dim3DDiagram
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Details
DataCaption
long DataCaption;
Description
specifies how the captions of data points are displayed.
See also
ChartDataCaption
LabelSeparator
string LabelSeparator;
Usage Restrictions
optional
Description
specifies a string that is used to separate the parts of a data label (caption)
NumberFormat
long NumberFormat;
Usage Restrictions
optional
Description
specifies a number format for the display of the value in the data label
PercentageNumberFormat
long PercentageNumberFormat;
Usage Restrictions
optional
Description
specifies a number format for the display of the percentage value in the data label
LabelPlacement
long LabelPlacement;
Usage Restrictions
optional
Description
specifies a relative position for the data label
See also
DataLabelPlacement
SymbolType
long SymbolType;
Usage Restrictions
optional
Description
specifies the type of symbols if the current chart type supports the usage of symbols.
See also
ChartSymbolType
SymbolBitmapURL
string SymbolBitmapURL;
Usage Restrictions
optional
Description
In charts that support symbols, you can set this property to any valid URL that points to a graphic file. This graphic is then used as symbol for each data point.

When you query this value you get an internal URL of the embedded graphic.

See also
ChartSymbolType
SegmentOffset
long SegmentOffset;
Usage Restrictions
optional
Description
the offset by which pie segments in a PieDiagram are dragged outside from the center. This value is given in percent of the radius.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.