HCPlotDpoTooltipPositionOptions class

(Highstock) Positioning options for fixed tooltip, taking effect only when tooltip.fixed is true.

Implemented types

Constructors

HCPlotDpoTooltipPositionOptions({String? align, String? relativeTo, String? verticalAlign, num? x, num? y})
const

Properties

align → String?
(Highstock) The horizontal alignment of the fixed tooltip.
final
hashCode → int
The hash code for this object.
no setterinherited
relativeTo → String?
(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?
(Highstock) The vertical alignment of the fixed tooltip.
final
x → num?
(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?
(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