:: com :: sun :: star :: chart ::
|
unpublished |
enum ChartLegendExpansion |
|
|
- Usage Restrictions
- not published
- Description
- Specifies sizing aspects of the legend
|
Values |
WIDE |
The legend entries are arranged in a single row if possible. If not enough space is available further rows are added.
|
HIGH |
The legend entries are stacked in a single column if possible. If not enough space is available further columns are added.
|
BALANCED |
The legend entries are arranged in a way that the aspect ratio of the resulting legend is as near to 1 as possible.
|
CUSTOM |
The size of the legend is given explicitly
|
Values' Details |
WIDE
WIDE,
- Description
- The legend entries are arranged in a single row if possible. If not enough space is available further rows are added.
This is usually used for legends that are displayed at the
top or bottom of the page.
|
|
HIGH
HIGH,
- Description
- The legend entries are stacked in a single column if possible. If not enough space is available further columns are added.
This is usually used for legends that are displayed on the
left or right hand side of the page.
|
|
BALANCED
BALANCED,
- Description
- The legend entries are arranged in a way that the aspect ratio of the resulting legend is as near to 1 as possible.
|
|
CUSTOM
CUSTOM,
- Description
- The size of the legend is given explicitly
|
|
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.