Vizzu-Story / Exports / Vizzu / Styles / Plot
Interface: Plot
Hierarchy
-
↳
Plot
Properties
areaColor
• Optional
areaColor: Color
Color of the plot area.
backgroundColor
• Optional
backgroundColor: Color
The background color of the element.
Inherited from
borderColor
• Optional
borderColor: Color
The border color of the element.
Inherited from
borderWidth
• Optional
borderWidth: number
The border width of the element.
Inherited from
marker
• Optional
marker: Marker
Style settings for the markers.
overflow
• Optional
overflow: "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: Length
Bottom padding of the element.
Inherited from
paddingLeft
• Optional
paddingLeft: Length
Left padding of the element.
Inherited from
paddingRight
• Optional
paddingRight: Length
Right padding of the element.
Inherited from
paddingTop
• Optional
paddingTop: Length
Top padding of the element.
Inherited from
xAxis
• Optional
xAxis: Axis
Style settings for the x-axis - or the angle when using polar coordinates.
yAxis
• Optional
yAxis: Axis
Style settings for the y-axis - or the radius when using polar coordinates.