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

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

service ChartAxisYSupplier

Description
A helper service for the y-axis.


Exported Interfaces

com::sun::star::chart::XAxisYSupplier
Description
offers access to the axis object, the title, and the grids

Properties' Summary

HasYAxis Determines if the y-axis is shown or hidden.
HasYAxisDescription Determines if the description of the y-axis is shown or hidden.
HasYAxisGrid Determines if the major grid of the y-axis is shown or hidden.
HasYAxisHelpGrid Determines if the minor grid of the y-axis is shown or hidden.
HasYAxisTitle Determines if the title of the y-axis is shown or hidden.

Properties' Details

HasYAxis
 
boolean HasYAxis;
Description
Determines if the y-axis is shown or hidden.
See also
ChartAxis
HasYAxisDescription
 
boolean HasYAxisDescription;
Description
Determines if the description of the y-axis is shown or hidden.
HasYAxisGrid
 
boolean HasYAxisGrid;
Description
Determines if the major grid of the y-axis is shown or hidden.
See also
ChartGrid
HasYAxisHelpGrid
 
boolean HasYAxisHelpGrid;
Description
Determines if the minor grid of the y-axis is shown or hidden.
See also
ChartGrid
HasYAxisTitle
 
boolean HasYAxisTitle;
Description
Determines if the title of the y-axis is shown or hidden.
See also
ChartTitle

Top of Page