stz-chart-maker Documentation - v2.4.2
Preparing search index...
GaugeSegment
Interface GaugeSegment
게이지 구간 한 칸을 설명하는 설정입니다.
interface
GaugeSegment
{
color
:
string
;
from
:
number
;
label
?:
string
;
to
:
number
;
}
Index
Properties
color
from
label?
to
Properties
color
color
:
string
구간 색상입니다.
from
from
:
number
구간 시작값입니다.
Optional
label
label
?:
string
선택 라벨입니다.
to
to
:
number
구간 종료값입니다.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
from
label
to
stz-chart-maker Documentation - v2.4.2
Loading...
게이지 구간 한 칸을 설명하는 설정입니다.