public final class Size extends Object
This is used to determine chart or legend size.
DisplayOptions| Modifier and Type | Field and Description |
|---|---|
static Size |
BIG_SIZE |
static Size |
SMALL_SIZE |
| Constructor and Description |
|---|
Size(int width,
int height)
The constructor with a custom size.
|