public class PaneOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
List<Object> |
background
An object, or array of objects, for backgrounds.
|
List<String> |
center
The center of a polar chart or angular gauge, given as an array of [x, y] positions.
|
Integer |
endAngle
The end angle of the polar X axis or gauge value axis, given in degrees where 0 is north.
|
String |
size
The size of the pane, either as a number defining pixels, or a percentage defining a
percentage of the plot are.
|
Integer |
startAngle
The start angle of the polar X axis or gauge axis, given in degrees where 0 is north.
|
| Constructor and Description |
|---|
PaneOptions() |
@Option public final List<Object> background
@Option public final List<String> center
@Option public Integer endAngle
@Option public String size
Copyright © 2018 Fujion Framework. All rights reserved.