ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
ZoomCharts.Configuration.BaseSettingsTitle
Methods
This type does not define any methods.
Properties
advanced: anonymous type
Advanced settings
Properties
addAfterToolbar: boolean
Determine the position of the title relative to the toolbars
false - adds title first, then toolbar
true - adds toolbar first, then title. Note, toolbar.location
should be "outside" for this to have effect
align: "center" | "left" | "right"
Alignment of the title text.
Valid values:- center
- left
- right
enabled: boolean
Show/hide chart title
enabledOnExport: boolean
Whether to display title on the exported image. Note that it does not affect chart.
location: "inside" | "outside"
Where the title is located in the chart
Valid values:- inside
- outside
margin: number
Margin around title text, in px.
style: anonymous type
text: string
Title text.
verticalAlign: "top" | "bottom" | "center"
Vertical alignment of the title text.
Valid values:- top
- bottom
- center