Skip to main content
Version: Next

Interface: TextWatermarkOptions

Properties

visible

visible: boolean

Display the watermark.

Default Value

true


horzAlign

horzAlign: HorzAlign

Horizontal alignment inside the chart area.

Default Value

'center'


vertAlign

vertAlign: VertAlign

Vertical alignment inside the chart area.

Default Value

'center'


lines

lines: TextWatermarkLineOptions[]

Text to be displayed within the watermark. Each item in the array is treated as new line.

Default Value

[]