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

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

Included Services
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
XTwoAxisXSupplier
Description
offers access to the axis object
Properties' Summary
boolean
HasSecondaryXAxis
determines if the secondary x-axis is shown or hidden.  
boolean
HasSecondaryXAxisDescription
determines if the description of the secondary x-axis is shown or hidden.  
Properties' Details
HasSecondaryXAxis
boolean HasSecondaryXAxis;
Description
determines if the secondary x-axis is shown or hidden.
See also
ChartAxis
HasSecondaryXAxisDescription
boolean HasSecondaryXAxisDescription;
Description
determines if the description of the secondary x-axis is shown or hidden.

 
Top of Page