HighchartsTooltipPositionOptions class
Positioning options for fixed tooltip, taking effect only when
tooltip.fixed is true.
API Docs: https://api.highcharts.com/highcharts/tooltip.position
- Inheritance
- 
    - Object
- HighchartsOptionsBase
- HighchartsTooltipPositionOptions
 
Constructors
Properties
- align ↔ String?
- 
  The horizontal alignment of the fixed tooltip.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- relativeTo ↔ String?
- 
  What the fixed tooltip alignment should be relative to.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- verticalAlign ↔ String?
- 
  The vertical alignment of the fixed tooltip.
  getter/setter pair
- x ↔ double?
- 
  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.
  getter/setter pair
- y ↔ double?
- 
  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.
  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