# 介面:TooltipCallbacks<TType, Model, Item>
# 型別參數
名稱 | 型別 |
---|---|
TType | 繼承自 ChartType |
Model | TooltipModel <TType > |
Item | TooltipItem <TType > |
# 方法
# afterBody
▸ afterBody(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2668 (在新視窗中開啟)
# afterFooter
▸ afterFooter(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2680 (在新視窗中開啟)
# afterLabel
▸ afterLabel(this
, tooltipItem
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItem | Item |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2672 (在新視窗中開啟)
# afterTitle
▸ afterTitle(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2665 (在新視窗中開啟)
# beforeBody
▸ beforeBody(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2667 (在新視窗中開啟)
# beforeFooter
▸ beforeFooter(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2678 (在新視窗中開啟)
# beforeLabel
▸ beforeLabel(this
, tooltipItem
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItem | Item |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2670 (在新視窗中開啟)
# beforeTitle
▸ beforeTitle(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2663 (在新視窗開啟)
# footer
▸ footer(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2679 (在新視窗開啟)
# label
▸ label(this
, tooltipItem
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItem | Item |
# 返回值
string
| void
| string
[]
# 定義於
types/index.d.ts:2671 (在新視窗開啟)
# labelColor
▸ labelColor(this
, tooltipItem
): void
| TooltipLabelStyle
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItem | Item |
# 返回值
void
| TooltipLabelStyle
# 定義於
types/index.d.ts:2674 (在新視窗開啟)
# labelPointStyle
▸ labelPointStyle(this
, tooltipItem
): void
| { pointStyle
: PointStyle
; rotation
: number
}
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItem | Item |
# 返回值
void
| { pointStyle
: PointStyle
; rotation
: number
}
# 定義於
types/index.d.ts:2676 (在新視窗開啟)
# labelTextColor
▸ labelTextColor(this
, tooltipItem
): void
| Color
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItem | Item |
# 返回值
void
| Color
# 定義於
types/index.d.ts:2675 (在新視窗開啟)
# title
▸ title(this
, tooltipItems
): string
| void
| string
[]
# 參數
名稱 | 型別 |
---|---|
this | Model |
tooltipItems | Item [] |
# 返回值
string
| void
| string
[]
# 定義於
← Tooltip TooltipItem →