HCPlotBarTooltipHeaderOptions class
(Highcharts) 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
- HCPlotBarTooltipHeaderOptions({dynamic backgroundColor, dynamic borderColor, num? borderWidth, num? distance, String? shape, dynamic style})
-
const
Properties
- backgroundColor → dynamic
-
(Highcharts) Background color for the tooltip header when tooltip.split is enabled.
final
- borderColor → dynamic
-
(Highcharts) Border color for the tooltip header when tooltip.split is enabled.
final
- borderWidth → num?
-
(Highcharts) The width of the border for the tooltip header when tooltip.split is enabled.
final
- distance → num?
-
(Highcharts) 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?
-
(Highcharts) The name of a symbol to use for the border around the tooltip header. Applies only when tooltip.split is enabled.
final
- style → dynamic
-
(Highcharts) 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