co
.
theasi
.
plotly
AxisOptions
Related Docs:
object AxisOptions
|
package plotly
case class
AxisOptions
(
title:
Option
[
String
]
,
tickLength:
Option
[
Int
]
,
zeroLine:
Option
[
Boolean
]
,
gridWidth:
Option
[
Int
]
,
grid:
Option
[
Boolean
]
,
line:
Option
[
Boolean
]
,
lineColor:
Option
[
Color
]
,
titleFont:
Font
,
tickFont:
Font
,
autoTick:
Option
[
Boolean
]
,
tickSpacing:
Option
[
Double
]
,
tickColor:
Option
[
Color
]
,
tickLabels:
Option
[
Boolean
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
AxisOptions
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AxisOptions
(
title:
Option
[
String
]
,
tickLength:
Option
[
Int
]
,
zeroLine:
Option
[
Boolean
]
,
gridWidth:
Option
[
Int
]
,
grid:
Option
[
Boolean
]
,
line:
Option
[
Boolean
]
,
lineColor:
Option
[
Color
]
,
titleFont:
Font
,
tickFont:
Font
,
autoTick:
Option
[
Boolean
]
,
tickSpacing:
Option
[
Double
]
,
tickColor:
Option
[
Color
]
,
tickLabels:
Option
[
Boolean
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
autoTick
:
Option
[
Boolean
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
grid
:
Option
[
Boolean
]
def
gridWidth
(
newGridWidth:
Int
)
:
AxisOptions
val
gridWidth
:
Option
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
line
:
Option
[
Boolean
]
def
lineColor
(
r:
Int
,
g:
Int
,
b:
Int
)
:
AxisOptions
def
lineColor
(
r:
Int
,
g:
Int
,
b:
Int
,
a:
Double
)
:
AxisOptions
def
lineColor
(
newColor:
Color
)
:
AxisOptions
val
lineColor
:
Option
[
Color
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
noAutoTick
:
AxisOptions
def
noGrid
:
AxisOptions
def
noLine
:
AxisOptions
def
noTickLabels
:
AxisOptions
def
noZeroLine
:
AxisOptions
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tickColor
(
r:
Int
,
g:
Int
,
b:
Int
)
:
AxisOptions
def
tickColor
(
r:
Int
,
g:
Int
,
b:
Int
,
a:
Double
)
:
AxisOptions
def
tickColor
(
newColor:
Color
)
:
AxisOptions
val
tickColor
:
Option
[
Color
]
val
tickFont
:
Font
def
tickFontColor
(
r:
Int
,
g:
Int
,
b:
Int
)
:
AxisOptions
def
tickFontColor
(
r:
Int
,
g:
Int
,
b:
Int
,
a:
Double
)
:
AxisOptions
def
tickFontColor
(
newColor:
Color
)
:
AxisOptions
val
tickLabels
:
Option
[
Boolean
]
def
tickLength
(
newTickLength:
Int
)
:
AxisOptions
val
tickLength
:
Option
[
Int
]
def
tickSpacing
(
newTickSpacing:
Double
)
:
AxisOptions
val
tickSpacing
:
Option
[
Double
]
def
title
(
newTitle:
String
)
:
AxisOptions
val
title
:
Option
[
String
]
def
titleColor
(
r:
Int
,
g:
Int
,
b:
Int
)
:
AxisOptions
def
titleColor
(
r:
Int
,
g:
Int
,
b:
Int
,
a:
Double
)
:
AxisOptions
def
titleColor
(
newColor:
Color
)
:
AxisOptions
val
titleFont
:
Font
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withAutoTick
:
AxisOptions
def
withGrid
:
AxisOptions
def
withLine
:
AxisOptions
def
withTickLabels
:
AxisOptions
def
withZeroLine
:
AxisOptions
val
zeroLine
:
Option
[
Boolean
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped