HighchartsTooltipDateTimeLabelFormatsOptions class

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 dateFormat.

API Docs: https://api.highcharts.com/highcharts/tooltip.dateTimeLabelFormats

Inheritance

Constructors

HighchartsTooltipDateTimeLabelFormatsOptions.new({String? day, String? hour, String? millisecond, String? minute, String? month, String? second, String? week, String? year})
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 dateFormat.

Properties

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