Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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 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.