HCPlotColumnpyramidTooltipPositionOptions class
(Highcharts, Highstock) Positioning options for fixed tooltip, taking effect only when tooltip.fixed is true.
- Implemented types
Constructors
Properties
- align → String?
-
(Highcharts, Highstock) The horizontal alignment of the fixed tooltip.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- relativeTo → String?
-
(Highcharts, Highstock) What the fixed tooltip alignment should be relative to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalAlign → String?
-
(Highcharts, Highstock) The vertical alignment of the fixed tooltip.
final
- x → num?
-
(Highcharts, Highstock) X pixel offset from the given position. Can be used to shy away from axis lines, grid lines etc to avoid the tooltip overlapping other elements.
final
- y → num?
-
(Highcharts, Highstock) Y pixel offset from the given position. Can be used to shy away from axis lines, grid lines etc to avoid the tooltip overlapping other elements.
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