Vizzu / types/styles / Plot
Interface: Plot
Properties for the plot.
Extends
Properties
areaColor?
optionalareaColor:null|Color
Color of the plot area.
backgroundColor?
optionalbackgroundColor:null|Color
The background color of the element.
Inherited from
borderColor?
optionalborderColor:null|Color
The border color of the element.
Inherited from
borderWidth?
optionalborderWidth:null|number
The border width of the element.
Inherited from
marker?
optionalmarker:null|Marker
Style settings for the markers.
overflow?
optionaloverflow:null|"hidden"|"visible"
Controls drawing outside of the plot area. If hidden, clipping will be set for the boundary of the coordinate system.
paddingBottom?
optionalpaddingBottom:null|Length
Bottom padding of the element.
Inherited from
paddingLeft?
optionalpaddingLeft:null|Length
Left padding of the element.
Inherited from
paddingRight?
optionalpaddingRight:null|Length
Right padding of the element.
Inherited from
paddingTop?
optionalpaddingTop:null|Length
Top padding of the element.
Inherited from
xAxis?
optionalxAxis:null|Axis
Style settings for the x-axis - or the angle when using polar coordinates.
yAxis?
optionalyAxis:null|Axis
Style settings for the y-axis - or the radius when using polar coordinates.