:: com :: sun :: star :: chart2 ::

service Axis

Included Services
::com::sun::star::drawing::LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
::com::sun::star::style::CharacterProperties
(referenced entity's summary:)
This is a set of properties to describe the style of characters.
::com::sun::star::beans::PropertySet
(referenced entity's summary:)
This is a generic service which should be supported by all servies which have properties.
::com::sun::star::style::CharacterPropertiesAsian
Usage Restrictions
optional
::com::sun::star::style::CharacterPropertiesComplex
Usage Restrictions
optional
Exported Interfaces
XAxis
XTitled
Usage Restrictions
optional
Properties' Summary
boolean
Show
Determines, whether the axis should be rendered by the view.  
AxisPosition
AxisPosition
Describes where to place the axis within a coordinate system - wether it should be placed at the standard position for a main axis or at the standard position for a secondary axis or maybe something else in future.  
boolean
DisplayLabels
Determines whether to display text at the axis or not.  
::com::sun::star::chart::ChartAxisArrangeOrderType
ArrangeOrder
Determines how to stagger the labels at the axis (side by side, even, odd, auto )  
boolean
TextBreak
Determines wether the labels are allowed to break into more than one line  
boolean
TextOverlap
Determines wether the labels are allowed to overlap  
boolean
StackCharacters
Determines wether 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
ReferenceDiagramSize
 
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.  
Properties' Details
Show
boolean Show;
Description
Determines, whether the axis should be rendered by the view.
AxisPosition
AxisPosition AxisPosition;
Description
Describes where to place the axis within a coordinate system - wether it should be placed at the standard position for a main axis or at the standard position for a secondary axis or maybe something else in future.
DisplayLabels
boolean DisplayLabels;
Description
Determines whether to display text at the axis or not.
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 wether the labels are allowed to break into more than one line
TextOverlap
boolean TextOverlap;
Description
Determines wether the labels are allowed to overlap
StackCharacters
boolean StackCharacters;
Description
Determines wether 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 ::XDataSequence s used by the data series attached to it (see ::XDataSequence::getNumberFormatKeyByIndex ).

ReferenceDiagramSize
::com::sun::star::awt::Size ReferenceDiagramSize;
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
.

 
Top of Page