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

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

service ChartTwoAxisYSupplier

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


Included Services

com::sun::star::chart::ChartAxisYSupplier
Description
A helper service for the y-axis.

Exported Interfaces

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

Properties' Summary

HasSecondaryYAxis determines if the secondary y-axis is shown or hidden.
HasSecondaryYAxisDescription determines if the description of the secondary y-axis is shown or hidden.

Properties' Details

HasSecondaryYAxis
 
boolean HasSecondaryYAxis;
Description
determines if the secondary y-axis is shown or hidden.
See also
ChartAxis
HasSecondaryYAxisDescription
 
boolean HasSecondaryYAxisDescription;
Description
determines if the description of the secondary y-axis is shown or hidden.

Top of Page