Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Plot

Hierarchy

Index

Properties

backgroundColor?: Color

The background color of the element.

borderColor?: Color

The border color of the element.

borderWidth?: number

The border width of the element.

marker?: Marker

Style settings for the markers.

overflow?: "hidden" | "visible"

Controls drawing outside of the plot area. If hidden, clipping will be set for the boundary of the coordinate system.

paddingBottom?: Length

Bottom padding of the element.

paddingLeft?: Length

Left padding of the element.

paddingRight?: Length

Right padding of the element.

paddingTop?: Length

Top padding of the element.

xAxis?: Axis

Style settings for the x-axis - or the angle when using polar coordinates.

yAxis?: Axis

Style settings for the y-axis - or the radius when using polar coordinates.

Generated using TypeDoc