型・APIリファレンス
Preparing search index...
AggregationGraphAnnotationBase
Interface AggregationGraphAnnotationBase
アノテーション定義の基底
interface
AggregationGraphAnnotationBase
{
borderColor
?:
string
;
borderStyle
?:
string
;
borderWidth
?:
number
;
display
?:
boolean
;
type
:
"line"
|
"box"
|
"point"
;
}
Hierarchy (
View Summary
)
AggregationGraphAnnotationBase
AggregationGraphLineAnnotation
AggregationGraphBoxAnnotation
AggregationGraphPointAnnotation
Index
Properties
border
Color?
border
Style?
border
Width?
display?
type
Properties
Optional
border
Color
borderColor
?:
string
枠線色
Optional
border
Style
borderStyle
?:
string
ボーダースタイル('SOLID' | 'DASHED')
Optional
border
Width
borderWidth
?:
number
枠線幅
Optional
display
display
?:
boolean
表示フラグ
type
type
:
"line"
|
"box"
|
"point"
アノテーション種別
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
border
Color
border
Style
border
Width
display
type
型・APIリファレンス
Loading...
アノテーション定義の基底