HighchartsNavigatorYAxisTitleOptions class
Highcharts Options Widget.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsNavigatorYAxisTitleOptions
Constructors
- Highcharts Options Widget.
Properties
- align ↔ String?
-
Alignment of the title relative to the axis values. Possible
values are "low", "middle" or "high".
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- margin ↔ double?
-
The pixel distance between the axis labels and the title.
Positive values are outside the axis line, negative are inside.
getter/setter pair
- offset ↔ double?
-
The distance of the axis title from the axis line. By default,
this distance is computed from the offset width of the labels,
the labels' distance from the axis and the title's margin.
However when the offset option is set, it overrides all this.
getter/setter pair
- reserveSpace ↔ bool?
-
Whether to reserve space for the title when laying out the axis.
getter/setter pair
- rotation ↔ double?
-
The rotation of the text in degrees. 0 is horizontal, 270 is
vertical reading from bottom to top. Defaults to 0 for horizontal
axes, 270 for left-side axes and 90 for right-side axes.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ HighchartsXAxisTitleStyleOptions?
-
CSS styles for the title. If the title text is longer than the
axis length, it will wrap to multiple lines by default. This can
be customized by setting the
lineClamp
property, by setting a specificwidth
or by settingwhiteSpace: 'nowrap'
.getter/setter pair - text ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- textAlign ↔ String?
-
Alignment of the text, can be
"left"
,"right"
or"center"
. Default alignment depends on the title.align:getter/setter pair - useHTML ↔ bool?
-
Whether to use HTML
to render the axis title.
getter/setter pair
- x ↔ double?
-
Horizontal pixel offset of the title position.
getter/setter pair
- y ↔ double?
-
Vertical pixel offset of the title position.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited