HCPlotAroonTooltipHeaderOptions class

(Highstock) Options for the tooltip header when tooltip.split is enabled. The header is the box containing the X value in a split tooltip.

Implemented types

Constructors

HCPlotAroonTooltipHeaderOptions({dynamic backgroundColor, dynamic borderColor, num? borderWidth, num? distance, String? shape, dynamic style})
const

Properties

backgroundColor → dynamic
(Highstock) Background color for the tooltip header when tooltip.split is enabled.
final
borderColor → dynamic
(Highstock) Border color for the tooltip header when tooltip.split is enabled.
final
borderWidth → num?
(Highstock) The width of the border for the tooltip header when tooltip.split is enabled.
final
distance → num?
(Highstock) Distance between the plot area and the header (except the chevron) in a split tooltip, in pixels. The default value makes the header text align with the axis labels.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shape → String?
(Highstock) The name of a symbol to use for the border around the tooltip header. Applies only when tooltip.split is enabled.
final
style → dynamic
(Highstock) CSS styles for the tooltip header. The default is { fontSize: '1em' }, ensuring that the header text is the same size as the axis labels.
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