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

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

Included Services - Summary
ChartAxisYSupplier
(referenced entity's summary:)
A helper service for the y-axis.
Exported Interfaces - Summary
XTwoAxisYSupplier

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

 
Top of Page