HCPlotPsarTooltipDateTimeLabelFormatsOptions class

(Highcharts, Highstock, Gantt) For series on datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points. This member gives the default string representations used for each unit. For an overview of the string or object configuration, see dateFor

Implemented types

Constructors

HCPlotPsarTooltipDateTimeLabelFormatsOptions({String? day, String? hour, String? millisecond, String? minute, String? month, String? second, String? week, String? year})
const

Properties

day String?
final
hashCode int
The hash code for this object.
no setterinherited
hour String?
final
millisecond String?
final
minute String?
final
month String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second String?
final
week String?
final
year 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