(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: chart2 ::

unpublished struct Symbol
Usage Restrictions
not published
Description
properties that are used for DataSeries that display symbols.

Elements' Summary
Style determines which of the following members determines the appearance of the symbol.  
PolygonCoords The given polygon is used as symbol.  
StandardSymbol Use the nth standard symbol, if Style is set to ::SymbolStlye::STANDARD.  
Graphic use this graphic as symbol  
Size The size of the symbol in 100th of a mm. @todo use a structure using doubles insted of longs  
BorderColor The color used for drawing the border of symbols.  
FillColor The color used for filling symbols that contain closed polygons.  
Elements' Details
Style
SymbolStyle Style;
Description
determines which of the following members determines the appearance of the symbol.
PolygonCoords
::com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords;
Description
The given polygon is used as symbol.
StandardSymbol
long StandardSymbol;
Description
Use the nth standard symbol, if Style is set to ::SymbolStlye::STANDARD.

If n is the number of standard symbols available in an implementation, the symbol number is StandardSymbol modulo n.

The default implementation for example currently uses 8 different standard symbols that are matched to the numbers 0 to 7.

 value StandardSymbol  visible Symbol 
0square
1diamond
2down arrow
3up arrow
4right arrow
5left arrow
6bowtie
7sandglass

Graphic
::com::sun::star::graphic::XGraphic Graphic;
Description
use this graphic as symbol
Size
::com::sun::star::awt::Size Size;
Description
The size of the symbol in 100th of a mm. @todo use a structure using doubles insted of longs
BorderColor
long BorderColor;
Description
The color used for drawing the border of symbols.

Only effective if Style is SymbolStyle::AUTO, SymbolStyle::STANDARD or SymbolStyle::POLYGON.

FillColor
long FillColor;
Description
The color used for filling symbols that contain closed polygons.

Only effective if Style is SymbolStyle::AUTO, SymbolStyle::STANDARD or SymbolStyle::POLYGON.

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.