Properties' Summary |
boolean
Show |
|
::com::sun::star::chart::ChartAxisPosition
CrossoverPosition |
[ OPTIONAL ]
Determines where the axis crosses the other axis.
|
double
CrossoverValue |
[ OPTIONAL ]
Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
|
boolean
DisplayLabels |
Determines whether to display text at the axis or not.
|
::com::sun::star::chart::ChartAxisLabelPosition
LabelPosition |
[ OPTIONAL ]
Determines where the axis labels are placed.
|
::com::sun::star::chart::ChartAxisArrangeOrderType
ArrangeOrder |
Determines how to stagger the labels at the axis (side by side, even, odd, auto )
|
boolean
TextBreak |
Determines whether the labels are allowed to break into more than one line
|
boolean
TextOverlap |
Determines whether the labels are allowed to overlap
|
boolean
StackCharacters |
Determines whether the characters in a single labels should be stacked one upon each other
|
double
TextRotation |
Determines the rotation of the text labels in degrees
|
[ maybevoid ] long
NumberFormat |
A NumberFormat key.
|
::com::sun::star::awt::Size
ReferencePageSize |
|
long
MajorTickmarks |
determines what kind of tickmarks should be shown for major ticks.
|
long
MinorTickmarks |
determines what kind of tickmarks should be shown for minor ticks.
|
::com::sun::star::chart::ChartAxisMarkPosition
MarkPosition |
[ OPTIONAL ]
Determines where the interval marks are placed.
|
boolean
DisplayUnits |
[ OPTIONAL ]
Determines display units are available for axis
Since LibreOffice 4.3
|
string
BuiltInUnit |
[ OPTIONAL ]
Determines built in display unit value for axis
Since LibreOffice 4.3
|
boolean
TryStaggeringFirst |
[ OPTIONAL ]
Compatibility option: determines which strategy should be tried first for fixing axis labels overlapping issues
Since LibreOffice 5.1
|
Properties' Details |
Show
|
CrossoverPosition
::com::sun::star::chart::ChartAxisPosition CrossoverPosition;
- Usage Restrictions
- optional
- Description
- Determines where the axis crosses the other axis.
|
|
CrossoverValue
double CrossoverValue;
- Usage Restrictions
- optional
- Description
- Determines the scale value on the other axis when CrossoverPosition is set to VALUE.
|
|
DisplayLabels
boolean DisplayLabels;
- Description
- Determines whether to display text at the axis or not.
|
|
LabelPosition
::com::sun::star::chart::ChartAxisLabelPosition LabelPosition;
- Usage Restrictions
- optional
- Description
- Determines where the axis labels are placed.
|
|
ArrangeOrder
::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder;
- Description
- Determines how to stagger the labels at the axis (side by side, even, odd, auto )
|
|
TextBreak
boolean TextBreak;
- Description
- Determines whether the labels are allowed to break into more than one line
|
|
TextOverlap
boolean TextOverlap;
- Description
- Determines whether the labels are allowed to overlap
|
|
StackCharacters
boolean StackCharacters;
- Description
- Determines whether the characters in a single labels should be stacked one upon each other
|
|
TextRotation
double TextRotation;
- Description
- Determines the rotation of the text labels in degrees
|
|
NumberFormat
[ maybevoid ] long NumberFormat;
- Description
- A NumberFormat key.
If this property is not set, it is treated as auto. This
means linked to the source format.
To determine a source format, the axis can query the
XDataSequences used by the data series attached
to it (see XDataSequence::getNumberFormatKeyByIndex()).
|
|
ReferencePageSize
::com::sun::star::awt::Size ReferencePageSize;
|
|
MajorTickmarks
long MajorTickmarks;
- Description
- determines what kind of tickmarks should be shown for major ticks.
- See also
- TickmarkStyle.
|
|
MinorTickmarks
long MinorTickmarks;
- Description
- determines what kind of tickmarks should be shown for minor ticks.
- See also
- TickmarkStyle.
|
|
MarkPosition
::com::sun::star::chart::ChartAxisMarkPosition MarkPosition;
- Usage Restrictions
- optional
- Description
- Determines where the interval marks are placed.
|
|
DisplayUnits
boolean DisplayUnits;
- Usage Restrictions
- optional
- Description
- Determines display units are available for axis
Since LibreOffice 4.3
|
|
BuiltInUnit
string BuiltInUnit;
- Usage Restrictions
- optional
- Description
- Determines built in display unit value for axis
Since LibreOffice 4.3
|
|
TryStaggeringFirst
boolean TryStaggeringFirst;
- Usage Restrictions
- optional
- Description
- Compatibility option: determines which strategy should be tried first for fixing axis labels overlapping issues
Since LibreOffice 5.1
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.