Syntax
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
-
com::sun::star::drawing::FillProperties [ OPTIONAL ]-
Description
This service has to be supported for data points that can be
filled.
com::sun::star::drawing::LineProperties [ OPTIONAL ]-
com::sun::star::style::CharacterProperties [ OPTIONAL ]-
Description
These properties affect the characters of data captions if
those are displayed.
com::sun::star::chart::Chart3DBarProperties [ OPTIONAL ]-
Description
is only available if the chart is of type
BarDiagram and Dim3DDiagram and the
property ChartDataPointProperties::Dim3D is
set to true
.
See also
- BarDiagram
-
See also
- Dim3DDiagram
See also
- BarDiagram
-
See also
- Dim3DDiagram
-
com::sun::star::beans::XPropertySet [ OPTIONAL ]-
Property Summary
|
DataCaption |
specifies how the captions of data points are displayed. |
|
SymbolType |
specifies the type of symbols if the current chart type
supports the usage of symbols.
|
|
SymbolBitmapURL |
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.
|
|
Property Details
|
|
Syntax
long DataCaption;
Description
specifies how the captions of data points are displayed.
See also
- ChartDataCaption
-
Syntax
long SymbolType;
Description
specifies the type of symbols if the current chart type
supports the usage of symbols.
See also
- ChartSymbolType
-
Syntax
string SymbolBitmapURL;
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
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.