stz-util Documentation - v1.5.2
Preparing search index...
CommonTicks
Interface CommonTicks
interface
CommonTicks
{
backdropColor
?:
Color
;
backdropPadding
?:
number
;
callback
?:
(
value
:
string
|
number
,
index
:
number
,
ticks
:
Tick
[]
,
)
=>
null
|
string
|
number
;
color
?:
Color
;
display
?:
boolean
;
font
?:
FontSpec
;
major
?:
object
;
padding
?:
number
;
showLabelBackdrop
?:
boolean
;
textStrokeColor
?:
Color
;
textStrokeWidth
?:
number
;
z
?:
number
;
}
Hierarchy (
View Summary
)
CommonTicks
CommonCartesianTicks
Index
Properties
backdrop
Color?
backdrop
Padding?
callback?
color?
display?
font?
major?
padding?
show
Label
Backdrop?
text
Stroke
Color?
text
Stroke
Width?
z?
Properties
Optional
backdrop
Color
backdropColor
?:
Color
Optional
backdrop
Padding
backdropPadding
?:
number
Optional
callback
callback
?:
(
value
:
string
|
number
,
index
:
number
,
ticks
:
Tick
[]
,
)
=>
null
|
string
|
number
Optional
color
color
?:
Color
Optional
display
display
?:
boolean
Optional
font
font
?:
FontSpec
Optional
major
major
?:
object
Optional
padding
padding
?:
number
Optional
show
Label
Backdrop
showLabelBackdrop
?:
boolean
Optional
text
Stroke
Color
textStrokeColor
?:
Color
Optional
text
Stroke
Width
textStrokeWidth
?:
number
Optional
z
z
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backdrop
Color
backdrop
Padding
callback
color
display
font
major
padding
show
Label
Backdrop
text
Stroke
Color
text
Stroke
Width
z
stz-util Documentation - v1.5.2
Loading...