Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service ChartTwoAxisXSupplier

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


Included Services

com::sun::star::chart::ChartAxisXSupplier
Description
has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x -axis.

Exported Interfaces

com::sun::star::chart::XTwoAxisXSupplier
Description
offers access to the axis object

Properties' Summary

HasSecondaryXAxis determines if the secondary x-axis is shown or hidden.
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