Included Services |
Diagram |
the base service for the diagram of the chart document.
|
ChartStatistics |
offers statistical properties for the data in the chart. It is
available for a single data row and for the whole diagram.
|
ChartAxisXSupplier |
has to be supported by charts providing the cpabilities of a
horizontal axis, i.e., an x -axis.
|
ChartTwoAxisYSupplier |
a helper service for chart documents which supply
primary and secondary y-axes.
|
ChartAxisZSupplier |
A helper service for chart documents which supply a z-axis.
|
Dim3DDiagram |
is a service for diagrams that support the capability to render
themselves as three-dimensional diagrams as well as
two-dimensional ones.
|
StackableDiagram |
a helper service for stackable chart types (e.g., charts in
which the data rows may be displayed stacked on each other or in
percent relation).
|
Properties' Details |
Vertical
boolean Vertical;
- Description
- Determines if the bars of a chart are drawn vertically or
horizontally. Default is vertical.
If Vertical is false you get a column chart rather than
a bar chart.
|
|
Deep
boolean Deep;
- [ OPTIONAL ]
- Description
- If true , determines that in a three-dimensional bar chart
the bars of each series are arranged behind each other in the
z-direction. If false the arrangement of bars is like in
two-dimensional bar charts.
|
|
StackedBarsConnected
boolean StackedBarsConnected;
- [ OPTIONAL ]
- Description
- determines if, in a stacked chart, there are connecting lines
between corresponding bars. Currently, bar charts with
horizontal bars do not support this property.
|
|
NumberOfLines
long NumberOfLines;
- [ DEPRECATED ]
- Description
- Determines how many data rows are displayed as lines rather than
bars.
If this property differs from zero the last
BarDiagram::NumberOfLines data rows are shown as lines. It is
currently supported by two dimensional vertical bar charts only.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.