型・APIリファレンス
Preparing search index...
AggregationGraphPointAnnotation
Interface AggregationGraphPointAnnotation
ポイントアノテーション定義
interface
AggregationGraphPointAnnotation
{
backgroundColor
?:
string
;
borderColor
?:
string
;
borderStyle
?:
string
;
borderWidth
?:
number
;
display
?:
boolean
;
radius
?:
number
;
type
:
"point"
;
xValue
?:
number
;
yValue
?:
number
;
}
Hierarchy (
View Summary
)
AggregationGraphAnnotationBase
AggregationGraphPointAnnotation
Index
Properties
background
Color?
border
Color?
border
Style?
border
Width?
display?
radius?
type
x
Value?
y
Value?
Properties
Optional
background
Color
backgroundColor
?:
string
背景色
Optional
border
Color
borderColor
?:
string
枠線色
Optional
border
Style
borderStyle
?:
string
ボーダースタイル('SOLID' | 'DASHED')
Optional
border
Width
borderWidth
?:
number
枠線幅
Optional
display
display
?:
boolean
表示フラグ
Optional
radius
radius
?:
number
半径
type
type
:
"point"
アノテーション種別: ポイント
Optional
x
Value
xValue
?:
number
X値
Optional
y
Value
yValue
?:
number
Y値
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
border
Color
border
Style
border
Width
display
radius
type
x
Value
y
Value
型・APIリファレンス
Loading...
ポイントアノテーション定義