LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
Symbol Struct 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...
 

Detailed Description

properties that are used for DataSeries that display symbols.

Member Data Documentation

◆ BorderColor

long BorderColor

The color used for drawing the border of symbols.

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

◆ FillColor

long FillColor

The color used for filling symbols that contain closed polygons.

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

◆ Graphic

use this graphic as symbol

◆ PolygonCoords

The given polygon is used as symbol.

◆ Size

The size of the symbol in 100th of a mm.

Todo:
use a structure using doubles instead of longs

◆ StandardSymbol

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 
0square
1diamond
2down arrow
3up arrow
4right arrow
5left arrow
6bowtie
7sandglass

◆ Style

SymbolStyle Style

determines which of the following members determines the appearance of the symbol.


The documentation for this struct was generated from the following file: