:: com :: sun :: star :: chart ::
|
service ChartAxisYSupplier |
- Description
- A helper service for the y-axis.
|
Exported Interfaces - Summary |
XAxisYSupplier |
offers access to the axis object, the title, and the grids
|
Properties' Summary |
boolean
HasYAxis |
Determines if the y-axis is shown or hidden. |
boolean
HasYAxisDescription |
Determines if the description of the y-axis
is shown or hidden.
|
boolean
HasYAxisGrid |
Determines if the major grid of the y-axis is
shown or hidden. |
boolean
HasYAxisHelpGrid |
Determines if the minor grid of the y-axis is
shown or hidden. |
boolean
HasYAxisTitle |
Determines if the title of the y-axis is shown
or hidden. |
Exported Interfaces - Details |
XAxisYSupplier
- Description
- offers access to the axis object, the title, and the grids
|
|
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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.