Overview | Module | Use | Devguide | Index |
Included Services | Exported Interfaces | Properties' Summary | Properties' Details |
service ChartAxis |
|
Included Services | |
::com::sun::star::drawing::LineProperties |
|
::com::sun::star::style::CharacterProperties |
|
::com::sun::star::xml::UserDefinedAttributeSupplier |
|
Exported Interfaces | |
::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 Origin |
[ OPTIONAL ] Contains the origin of the axis scale. |
double StepMain |
[ OPTIONAL ] Contains the distance between the main tick marks. |
double StepHelp |
[ OPTIONAL ] Contains the distance between the help tick marks. |
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 AutoOrigin |
[ OPTIONAL ] The origin 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 distance between the help tick marks is calculated by the chart if this property is true . |
boolean Logarithmic |
[ OPTIONAL ] Determines if the axis is scaled logarithmically or not (linear). |
boolean DisplayLabels |
Determines whether to display text at the axis or not. |
long TextRotation |
Determines the rotation of the text elements (axis description) in 100th degrees. |
long Marks |
Determines the position of the marks. |
long HelpMarks |
Determines the position of the help marks. |
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. |
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 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 . |
Properties' Details | |
Max
|
|
Min
|
|
Origin
|
|
StepMain
|
|
StepHelp
|
|
AutoMax
|
|
AutoMin
|
|
AutoOrigin
|
|
AutoStepMain
|
|
AutoStepHelp
|
|
Logarithmic
|
|
DisplayLabels
|
|
TextRotation
|
|
Marks
|
|
HelpMarks
|
|
Overlap
|
|
GapWidth
|
|
ArrangeOrder
|
|
TextBreak
|
|
TextCanOverlap
|
|
NumberFormat
|
|
LinkNumberFormatToSource
|
Copyright © 2003 Sun Microsystems, Inc.