HCColorAxisTitleStyleOptions class
(Highcharts, Highstock, Highmaps) 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 specific width or by setting whiteSpace: 'nowrap'.
- Implemented types
Constructors
- HCColorAxisTitleStyleOptions({dynamic color, dynamic fontSize})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited