Interface: LegendBackgroundOptions
Properties
cornerRadius?
optionalcornerRadius?:number
4 by default.
fill?
optionalfill?:string
padding?
optionalpadding?:PaddingValue
Inner padding in any CSS-like shorthand — 8, [8, 12], [8, 12, 4, 0] or { top, right, bottom, left }. 8 by default when fill/stroke is set, otherwise 0.
shadow?
optionalshadow?:ShadowOptions
Drop shadow under the panel; drawn only when the panel has a fill.
stroke?
optionalstroke?:string
strokeWidth?
optionalstrokeWidth?:number
1 by default when stroke is set.