Skip to content

Vizzu / Modules / types/styles / Plot

Interface: Plot

types/styles.Plot

Properties for the plot.

Hierarchy

Properties

areaColor

Optional areaColor: null | Color

Color of the plot area.


backgroundColor

Optional backgroundColor: null | Color

The background color of the element.

Inherited from

Box.backgroundColor


borderColor

Optional borderColor: null | Color

The border color of the element.

Inherited from

Box.borderColor


borderWidth

Optional borderWidth: null | number

The border width of the element.

Inherited from

Box.borderWidth


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

Padding.paddingBottom


paddingLeft

Optional paddingLeft: null | Length

Left padding of the element.

Inherited from

Padding.paddingLeft


paddingRight

Optional paddingRight: null | Length

Right padding of the element.

Inherited from

Padding.paddingRight


paddingTop

Optional paddingTop: null | Length

Top padding of the element.

Inherited from

Padding.paddingTop


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.