Interface: CaptionOptions
Extends
Properties
color?
optionalcolor?:string
Inherited from
enabled?
optionalenabled?:boolean
Inherited from
fontFamily?
optionalfontFamily?:string
Inherited from
fontSize?
optionalfontSize?:number
Inherited from
fontStyle?
optionalfontStyle?:FontStyle
Inherited from
fontWeight?
optionalfontWeight?:FontWeight
Inherited from
position?
optionalposition?:"bottom"|"top"
Vertical placement: above ('top', default) or below ('bottom') the plot.
spacing?
optionalspacing?:number
Gap separating the caption from the plot area (8 by default).
text?
optionaltext?:string
textAlign?
optionaltextAlign?:"center"|"left"|"right"
Horizontal alignment within the chart width ('center' by default).