Syntax
service ChartAxisYSupplier;
Description
A helper service for the y-axis.
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
|
|
Syntax
boolean HasYAxis;
Description
Determines if the y-axis is shown or hidden.
See also
- ChartAxis
-
Syntax
boolean HasYAxisDescription;
Description
Determines if the description of the y-axis
is shown or hidden.
Syntax
boolean HasYAxisGrid;
Description
Determines if the major grid of the y-axis is
shown or hidden.
See also
- ChartGrid
-
Syntax
boolean HasYAxisHelpGrid;
Description
Determines if the minor grid of the y-axis is
shown or hidden.
See also
- ChartGrid
-
Syntax
boolean HasYAxisTitle;
Description
Determines if the title of the y-axis is shown
or hidden.
See also
- ChartTitle
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.