Vizzu / Modules / types/styles / Plot
Interface: Plot
types/styles.Plot
Properties for the plot.
Hierarchy
-
↳
Plot
Properties
areaColor
• Optional
areaColor: null
| Color
Color of the plot area.
backgroundColor
• Optional
backgroundColor: null
|
Color
The background color of the element.
Inherited from
borderColor
• Optional
borderColor: null
|
Color
The border color of the element.
Inherited from
borderWidth
• Optional
borderWidth: null
| number
The border width of the element.
Inherited from
marker
• Optional
marker: null
| Marker
Style settings for the markers.
overflow
• Optional
overflow: null
| "hidden"
| "visible"
Controls drawing outside of the plot area. If hidden, clipping will be set for the boundary of the coordinate system.
paddingBottom
• Optional
paddingBottom: null
|
Length
Bottom padding of the element.
Inherited from
paddingLeft
• Optional
paddingLeft: null
|
Length
Left padding of the element.
Inherited from
paddingRight
• Optional
paddingRight: null
|
Length
Right padding of the element.
Inherited from
paddingTop
• Optional
paddingTop: null
|
Length
Top padding of the element.
Inherited from
xAxis
• Optional
xAxis: null
| Axis
Style settings for the x-axis - or the angle when using polar coordinates.
yAxis
• Optional
yAxis: null
| Axis
Style settings for the y-axis - or the radius when using polar coordinates.