:: 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 ::com::sun::star::chart::ChartDataRowProperties for the properties of whole data rows.

See also
::com::sun::star::chart::ChartDataRowProperties

Included Services
::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 ::com::sun::star::chart::ChartDataPointProperties may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes.
Since
OpenOffice 1.1.2
::com::sun::star::chart::Chart3DBarProperties
Usage Restrictions
optional
Description
is only available if the chart is of type ::com::sun::star::chart::BarDiagram and ::com::sun::star::chart::Dim3DDiagram and the property Dim3D is set to true .
See also
::com::sun::star::chart::BarDiagram
See also
::com::sun::star::chart::BarDiagram
See also
::com::sun::star::chart::Dim3DDiagram
Exported Interfaces
::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.  
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.  
Properties' Details
DataCaption
long DataCaption;
Description
specifies how the captions of data points are displayed.
See also
::com::sun::star::chart::ChartDataCaption
SymbolType
long SymbolType;
Usage Restrictions
optional
Description
specifies the type of symbols if the current chart type supports the usage of symbols.
See also
::com::sun::star::chart::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
::com::sun::star::chart::ChartSymbolType

 
Top of Page