HCNavigatorXAxisLabelsStyleOptions class

(Highstock, Gantt) CSS styles for the label. Use lineClamp to control wrapping of category labels. Use textOverflow: 'none' to prevent ellipsis (dots).

Implemented types

Constructors

HCNavigatorXAxisLabelsStyleOptions({dynamic color, String? cursor, num? fontSize, String? textOverflow})
const

Properties

color → dynamic
final
cursor String?
final
fontSize num?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textOverflow String?
final

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