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

service ChartTwoAxisXSupplier
Description
a helper service for chart documents which supply primary and secondary x-axes.

Included Services - Summary
ChartAxisXSupplier
(referenced entity's summary:)
has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x-axis.
Exported Interfaces - Summary
XTwoAxisXSupplier

offers access to the axis object

Properties' Summary
boolean
HasSecondaryXAxis
determines if the secondary x-axis is shown or hidden.  
boolean
HasSecondaryXAxisDescription
determines for the secondary x-axis if the labels at the tick marks are shown or hidden.  
boolean
HasSecondaryXAxisTitle
[ OPTIONAL ]
determines if the title of the secondary X-axis is shown or hidden.  
Included Services - Details
ChartAxisXSupplier
(referenced entity's summary:)
has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x-axis.
Exported Interfaces - Details
XTwoAxisXSupplier
Description
offers access to the axis object
Properties' Details
HasSecondaryXAxis
boolean HasSecondaryXAxis;
Description
determines if the secondary x-axis is shown or hidden.
See also
ChartAxis
HasSecondaryXAxisDescription
boolean HasSecondaryXAxisDescription;
Description
determines for the secondary x-axis if the labels at the tick marks are shown or hidden.
HasSecondaryXAxisTitle
boolean HasSecondaryXAxisTitle;
Usage Restrictions
optional
Description
determines if the title of the secondary X-axis is shown or hidden.
Since
OOo 3.0
See also
ChartTitle

 
Top of Page