service ChartAxisYSupplier in module com::sun::star::chart::

(Global Index)

Syntax

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


Property 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.

Property Details



HasYAxis

Syntax

boolean HasYAxis;

Description

Determines if the y-axis is shown or hidden.

See also

ChartAxis

HasYAxisDescription

Syntax

boolean HasYAxisDescription;

Description

Determines if the description of the y-axis is shown or hidden.


HasYAxisGrid

Syntax

boolean HasYAxisGrid;

Description

Determines if the major grid of the y-axis is shown or hidden.

See also

ChartGrid

HasYAxisHelpGrid

Syntax

boolean HasYAxisHelpGrid;

Description

Determines if the minor grid of the y-axis is shown or hidden.

See also

ChartGrid

HasYAxisTitle

Syntax

boolean HasYAxisTitle;

Description

Determines if the title of the y-axis is shown or hidden.

See also

ChartTitle
Top of Page