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
|
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 |
0 | square |
1 | diamond |
2 | down arrow |
3 | up arrow |
4 | right arrow |
5 | left arrow |
6 | bowtie |
7 | sandglass |
|
|
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
|
| FillColor
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.