LibreOffice
LibreOffice 24.2 SDK API Reference
|
properties that are used for DataSeries that display symbols. More...
import"Symbol.idl";
Public Attributes | |
SymbolStyle | Style |
determines which of the following members determines the appearance of the symbol. More... | |
com::sun::star::drawing::PolyPolygonBezierCoords | PolygonCoords |
The given polygon is used as symbol. More... | |
long | StandardSymbol |
Use the nth standard symbol, if Style is set to SymbolStyle::STANDARD. More... | |
com::sun::star::graphic::XGraphic | Graphic |
use this graphic as symbol More... | |
com::sun::star::awt::Size | Size |
The size of the symbol in 100th of a mm. More... | |
long | BorderColor |
The color used for drawing the border of symbols. More... | |
long | FillColor |
The color used for filling symbols that contain closed polygons. More... | |
properties that are used for DataSeries that display symbols.
long BorderColor |
The color used for drawing the border of symbols.
Only effective if Style is SymbolStyle::AUTO, SymbolStyle::STANDARD or SymbolStyle::POLYGON.
long FillColor |
The color used for filling symbols that contain closed polygons.
Only effective if Style is SymbolStyle::AUTO, SymbolStyle::STANDARD or SymbolStyle::POLYGON.
use this graphic as symbol
com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords |
The given polygon is used as symbol.
The size of the symbol in 100th of a mm.
long StandardSymbol |
Use the nth standard symbol, if Style is set to SymbolStyle::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 |
SymbolStyle Style |
determines which of the following members determines the appearance of the symbol.