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

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

Included Services
ChartAxisYSupplier
(referenced entity's summary:)
A helper service for the y-axis.
Exported Interfaces
XTwoAxisYSupplier
Description
offers access to the axis object
Properties' Summary
boolean
HasSecondaryYAxis
determines if the secondary y-axis is shown or hidden.  
boolean
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