@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class Pane extends AbstractConfigurationObject
Constructor and Description |
---|
Pane() |
Pane(Number startAngle,
Number endAngle) |
Modifier and Type | Method and Description |
---|---|
void |
addBackground(Background background)
Adds background to the background array
|
Background[] |
getBackground() |
String[] |
getCenter() |
Number |
getEndAngle() |
String |
getSize() |
Number |
getStartAngle() |
void |
removeBackground(Background background)
Removes first occurrence of background in background array
|
void |
setBackground(Background... background)
An object, or array of objects, for backgrounds.
|
void |
setCenter(String[] center)
The center of a polar chart or angular gauge, given as an array of [x, y]
positions.
|
void |
setCenter(String x,
String y) |
void |
setEndAngle(Number endAngle)
The end angle of the polar X axis or gauge value axis, given in degrees
where 0 is north.
|
void |
setSize(String size)
The size of the pane, either as a number defining pixels, or a percentage
defining a percentage of the plot are.
|
void |
setStartAngle(Number startAngle)
The start angle of the polar X axis or gauge axis, given in degrees where
0 is north.
|
public Background[] getBackground()
setBackground(Background...)
public void setBackground(Background... background)
public void addBackground(Background background)
background
- to addsetBackground(Background...)
public void removeBackground(Background background)
background
- to removesetBackground(Background...)
public void setCenter(String[] center)
Defaults to: ["50%", "50%"]
public Number getEndAngle()
setEndAngle(Number)
public void setEndAngle(Number endAngle)
public String getSize()
setSize(String)
public void setSize(String size)
Defaults to: 85%
public Number getStartAngle()
setStartAngle(Number)
public void setStartAngle(Number startAngle)
public String[] getCenter()
Copyright © 2020. All rights reserved.