:: com :: sun :: star :: chart ::

service ChartTitle
Description
specifies titles in a chart.

In a chart there may be the following titles: the main title, the sub title, and axis titles of the x- and y-axis.


Included Services
::com::sun::star::drawing::Shape
(referenced entity's summary:)
This abstract service specifies the general characteristics of all ::com::sun::star::drawing::Shape s.
::com::sun::star::xml::UserDefinedAttributeSupplier
Usage Restrictions
optional
Description
If a ChartTitle may be stored as XML element, this service should be supported in order to preserve unparsed XML attributes.
Since
OpenOffice 1.1.2
Properties' Summary
long
TextRotation
specifies the rotation of the shape in 100th of degrees.  
string
String
contains the text of the title.  
Properties' Details
TextRotation
long TextRotation;
Description
specifies the rotation of the shape in 100th of degrees.

Especially in three-dimensional charts, this property comes in handy if you want to align the axis titles with the axis, which are usually not vertical or horizontal in the two-dimensional projection.

String
string String;
Description
contains the text of the title.

Note that you can not change attributes of parts of a title, e.g., put one word in bold characters. All formatting affects the entire string.


 
Top of Page