Skip to main content
Version: v24

Interface: ArcLineToolOverrides

Charting Library.ArcLineToolOverrides

Override properties for the Arc drawing tool.

Properties

PropertyType
linetoolarc.backgroundColorstring
linetoolarc.colorstring
linetoolarc.fillBackgroundboolean
linetoolarc.linewidthnumber
linetoolarc.transparencynumber

linetoolarc.backgroundColor

Default value: rgba(233, 30, 99, 0.2)

Signature

 linetoolarc.backgroundColor: string

Type

string


linetoolarc.color

Default value: #e91e63

Signature

 linetoolarc.color: string

Type

string


linetoolarc.fillBackground

Default value: true

Signature

 linetoolarc.fillBackground: boolean

Type

boolean


linetoolarc.linewidth

Default value: 1

Signature

 linetoolarc.linewidth: number

Type

number


linetoolarc.transparency

Default value: 80

Signature

 linetoolarc.transparency: number

Type

number