Search results

PivotChartAxisLabelBorder API in Vue Pivot Table API component

Allows to customize the label border with a variety of means such as label color, width and label type in the chart.

Properties

color

string

Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.

Defaults to

type

BorderType

Allows to set the border type for labels

  • Rectangle
  • Without Top Border
  • Without Top and BottomBorder
  • Without Border
  • Brace
  • CurlyBrace

Defaults to ‘Rectangle’

width

number

Allows to set the width of the border in pixels.

Defaults to 1