:: com :: sun :: star :: chart ::
|
constants group ChartSymbolType |
- Description
- These values specify the type of the symbol used for data points.
This only applies to diagrams that use symbols like line
diagrams.
The default symbols are currently:
Symbol 0 | a square |
Symbol 1 | a diamond |
Symbol 2 | a triangle pointing down |
Symbol 3 | a triangle pointing up |
Symbol 4 | a triangle pointing right |
Symbol 5 | a triangle pointing left |
Symbol 6 | a bow tie |
Symbol 7 | a rotated bow tie |
- See also
- LineDiagram, ChartDataPointProperties
|
Constants |
NONE |
No symbol is used.
|
AUTO |
The symbol is selected automatically. The size of symbol will
be dynamic and the type depends on the data row number.
|
BITMAPURL |
Take a Bitmap from a URL and use this as symbol.
|
SYMBOL0 |
The default symbol for row 0 is used.
|
SYMBOL1 |
The default symbol for row 1 is used.
|
SYMBOL2 |
The default symbol for row 2 is used.
|
SYMBOL3 |
The default symbol for row 3 is used.
|
SYMBOL4 |
The default symbol for row 4 is used.
|
SYMBOL5 |
The default symbol for row 5 is used.
|
SYMBOL6 |
The default symbol for row 6 is used.
|
SYMBOL7 |
The default symbol for row 7 is used.
|
Constants' Details |
NONE
const long NONE = -3;
- Description
- No symbol is used.
|
|
AUTO
const long AUTO = -2;
- Description
- The symbol is selected automatically. The size of symbol will
be dynamic and the type depends on the data row number.
|
|
BITMAPURL
|
SYMBOL0
const long SYMBOL0 = 0;
- Description
- The default symbol for row 0 is used.
|
|
SYMBOL1
const long SYMBOL1 = 1;
- Description
- The default symbol for row 1 is used.
|
|
SYMBOL2
const long SYMBOL2 = 2;
- Description
- The default symbol for row 2 is used.
|
|
SYMBOL3
const long SYMBOL3 = 3;
- Description
- The default symbol for row 3 is used.
|
|
SYMBOL4
const long SYMBOL4 = 4;
- Description
- The default symbol for row 4 is used.
|
|
SYMBOL5
const long SYMBOL5 = 5;
- Description
- The default symbol for row 5 is used.
|
|
SYMBOL6
const long SYMBOL6 = 6;
- Description
- The default symbol for row 6 is used.
|
|
SYMBOL7
const long SYMBOL7 = 7;
- Description
- The default symbol for row 7 is used.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.