Skip to content

Vizzu / Modules / vizzu / Styles / Plot

Interface: Plot

vizzu.Styles.Plot

Hierarchy

Properties

backgroundColor

Optional backgroundColor: Color

The background color of the element.

Inherited from

Box.backgroundColor


borderColor

Optional borderColor: Color

The border color of the element.

Inherited from

Box.borderColor


borderWidth

Optional borderWidth: number

The border width of the element.

Inherited from

Box.borderWidth


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

Padding.paddingBottom


paddingLeft

Optional paddingLeft: Length

Left padding of the element.

Inherited from

Padding.paddingLeft


paddingRight

Optional paddingRight: Length

Right padding of the element.

Inherited from

Padding.paddingRight


paddingTop

Optional paddingTop: Length

Top padding of the element.

Inherited from

Padding.paddingTop


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.