class YAxisPlotBandsLabel extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
yAxis-plotBands-label
- Alphabetic
- By Inheritance
- YAxisPlotBandsLabel
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new YAxisPlotBandsLabel()
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
-
val
align: UndefOr[String]
Horizontal alignment of the label.
Horizontal alignment of the label. Can be one of "left", "center" or "right".
- Since
2.1
Example: -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
rotation: UndefOr[Double]
Rotation of the text label in degrees .
Rotation of the text label in degrees .
- Since
2.1
Example: -
val
style: UndefOr[Object]
CSS styles for the text label.
CSS styles for the text label.
In styled mode, the labels are styled by the
.highcharts-plot-band-label
class.- Since
2.1
Example: -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
text: UndefOr[String]
The string text itself.
The string text itself. A subset of HTML is supported.
- Since
2.1
-
val
textAlign: UndefOr[String]
The text alignment for the label.
The text alignment for the label. While
align
determines where the texts anchor point is placed within the plot band,textAlign
determines how the text is aligned against its anchor point. Possible values are "left", "center" and "right". Defaults to the same as thealign
option.- Since
2.1
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
useHTML: UndefOr[Boolean]
Whether to use HTML to render the labels.
Whether to use HTML to render the labels.
- Since
3.0.3
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
verticalAlign: UndefOr[String]
Vertical alignment of the label relative to the plot band.
Vertical alignment of the label relative to the plot band. Can be one of "top", "middle" or "bottom".
- Since
2.1
Example: -
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( ... )
-
val
x: UndefOr[Double]
Horizontal position relative the alignment.
Horizontal position relative the alignment. Default varies by orientation.
- Since
2.1
Example: -
val
y: UndefOr[Double]
Vertical position of the text baseline relative to the alignment.
Vertical position of the text baseline relative to the alignment. Default varies by orientation.
- Since
2.1
Example: