Overview | Module | Use | Devguide | Index |
Services' Summary | Interfaces' Summary | Properties' Summary | Services' Details | Interfaces' Details | Properties' Details |
service ChartAxis |
|
Included Services - Summary | |
::com::sun::star::drawing::LineProperties | set the properties for the entire axis line as well as for the tick marks. |
::com::sun::star::style::CharacterProperties | set the properties for all text labels of the axis |
::com::sun::star::xml::UserDefinedAttributeSupplier | If a ChartAxis may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes. (details) |
Exported Interfaces - Summary | |
XAxis | Access to the sub elements of an axis like title and grids. (details) |
::com::sun::star::beans::XPropertySet |
|
Properties' Summary | |
double Max |
[ OPTIONAL ] Contains the maximum value for the axis scale. |
double Min |
[ OPTIONAL ] Contains the minimum value for the axis scale. |
double StepMain |
[ OPTIONAL ] Contains the distance between the main tick marks. |
long StepHelpCount |
[ OPTIONAL ] Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides the main interval into 5 pieces and thus producces 4 help tick marks. |
double StepHelp |
[ DEPRECATED ] [ OPTIONAL ] |
boolean AutoMax |
[ OPTIONAL ] The maximium value of the axis scale is calculated by the chart if this property is true. |
boolean AutoMin |
[ OPTIONAL ] The minimum value of the axis scale is calculated by the chart if this property is true. |
boolean AutoStepMain |
[ OPTIONAL ] The distance between the main tick marks is calculated by the chart if this property is true. |
boolean AutoStepHelp |
[ OPTIONAL ] The number of help intervals within a main interval is calculated by the chart if this property is true. |
boolean Logarithmic |
[ OPTIONAL ] Determines if the axis is scaled logarithmically or not (linear). |
long AxisType |
[ OPTIONAL ] determines which type of axis this is, e.g. a date-axis or a category-axis |
[ maybevoid ] TimeIncrement TimeIncrement |
[ OPTIONAL ] if the current axis is a date-axis the intervals are choosen as given with TimeIncrement |
boolean ReverseDirection |
[ OPTIONAL ] Determines if the axis orientation is mathematical or reversed. |
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. |
double Origin |
[ OPTIONAL ] Indicates the reference value where bars or areas have their grounding. This property has only an effect when the used odf fileformat does not allow for further axis posiioning or the axis is a secondary y-axis. |
boolean AutoOrigin |
[ OPTIONAL ] The origin is calculated by the chart if this property is true. |
long Marks |
Determines the type of the marks. |
long HelpMarks |
Determines the type of the help marks. |
ChartAxisMarkPosition MarkPosition |
[ OPTIONAL ] Determines where the interval marks are placed. |
boolean DisplayLabels |
Determines whether to display text at the axis or not. |
long NumberFormat |
Contains the type id for the number formatter of the axis. |
boolean LinkNumberFormatToSource |
[ OPTIONAL ] determines whether to use the number format given by the container application, e.g. a spreadsheet document, or from the own property NumberFormat. |
ChartAxisLabelPosition LabelPosition |
[ OPTIONAL ] Determines where the axis labels are placed. |
long TextRotation |
Determines the rotation of the text elements (axis description) in 100th degrees. |
ChartAxisArrangeOrderType ArrangeOrder |
The axis description may be arranged in a special order for a better placement. |
boolean TextBreak |
Determines if long text is broken into multiple lines. |
boolean TextCanOverlap |
Determines if certain labels are hidden, if they would otherwise overlap. In this case, the value of this property must be set to false. |
long Overlap |
Determines the overlap of the bars in a bar-type chart. |
long GapWidth |
Specifies the width of the gaps between each set of data points in a bar chart. |
Included Services - Details | |
::com::sun::star::drawing::LineProperties
|
|
::com::sun::star::style::CharacterProperties
|
|
::com::sun::star::xml::UserDefinedAttributeSupplier
|
Exported Interfaces - Details | |
XAxis
|
|
::com::sun::star::beans::XPropertySet
|
Properties' Details | |
Max
|
|
Min
|
|
StepMain
|
|
StepHelpCount
|
|
StepHelp
|
|
AutoMax
|
|
AutoMin
|
|
AutoStepMain
|
|
AutoStepHelp
|
|
Logarithmic
|
|
AxisType
|
|
TimeIncrement
|
|
ReverseDirection
|
|
CrossoverPosition
|
|
CrossoverValue
|
|
Origin
|
|
AutoOrigin
|
|
Marks
|
|
HelpMarks
|
|
MarkPosition
|
|
DisplayLabels
|
|
NumberFormat
|
|
LinkNumberFormatToSource
|
|
LabelPosition
|
|
TextRotation
|
|
ArrangeOrder
|
|
TextBreak
|
|
TextCanOverlap
|
|
Overlap
|
|
GapWidth
|
Top of Page
Copyright © 2013, 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.