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