offsetVertical property
        
        dynamic
        offsetVertical
        
      
getter/setter pair
      The vertical offset of a node. Positive values shift the node down, negative shift it up.
If a percentage string is given, the node is offset by the percentage of the node size.
API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.nodes.offsetVertical
Implementation
dynamic offsetVertical;