# 接口: TitleOptions
# 属性
# align
• align: Align
标题的对齐方式。
默认
'center'
# 定义于
types/index.d.ts:2516 (在新窗口中打开)
# color
• color: Color
文本的颜色
参见
Defaults.color
# 定义于
types/index.d.ts:2531 (在新窗口中打开)
# display
• display: boolean
标题是否显示?
默认
false
# 定义于
types/index.d.ts:2521 (在新窗口中打开)
# font
• font: ScriptableAndScriptableOptions
<Partial
<FontSpec
>, ScriptableChartContext
>
# 定义于
types/index.d.ts:2532 (在新窗口中打开)
# fullSize
• fullSize: boolean
标记此框应占用画布的整个宽度/高度(移动其他框)。如果设置为 false
,则将框放置在图表区域的上方/旁边。
默认
true
# 定义于
types/index.d.ts:2539 (在新窗口中打开)
# padding
• padding: number
| { bottom
: number
; top
: number
}
如果指定单个数字,则在标题文本上方和下方添加填充。也可以分别更改顶部和底部填充。
# 定义于
types/index.d.ts:2543 (在新窗口中打开)
# position
• position: "left"
| "top"
| "bottom"
| "right"
标题的位置
默认
'top'
# 定义于
types/index.d.ts:2526 (在新窗口中打开)
# text
• text: string
| string
[]
要显示的标题文本。如果指定为数组,则文本将在多行上渲染。