Syntax
service ChartAxisXSupplier;
Description
has to be supported by charts providing the cpabilities of a
horizontal axis, i.e., an x -axis.
com::sun::star::chart::XAxisXSupplier -
Description
offers access to the axis object, the title, and the grids
Property Summary
|
HasXAxis |
This property determines if the x-axis is shown or hidden. |
|
HasXAxisDescription |
Determines if the description of the x-axis is
shown or hidden.
|
|
HasXAxisGrid |
Determines if the major grid of the x-axis is
shown or hidden. |
|
HasXAxisHelpGrid |
Determines if the minor grid of the x-axis is shown
or hidden. |
|
HasXAxisTitle |
Determines if the title of the x-axis is shown
or hidden. |
|
Property Details
|
|
Syntax
boolean HasXAxis;
Description
This property determines if the x-axis is shown or hidden.
See also
- ChartAxis
-
Syntax
boolean HasXAxisDescription;
Description
Determines if the description of the x-axis is
shown or hidden.
Syntax
boolean HasXAxisGrid;
Description
Determines if the major grid of the x-axis is
shown or hidden.
See also
- ChartGrid
-
Syntax
boolean HasXAxisHelpGrid;
Description
Determines if the minor grid of the x-axis is shown
or hidden.
See also
- ChartGrid
-
Syntax
boolean HasXAxisTitle;
Description
Determines if the title of the x-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.