#PlotOptionsLineTooltip
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| DateTimeLabel | DateTimeLabelFormats | <p>For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points. This member gives the default string representations used for each unit. For an overview of the replacement codes, see dateFormat.</p><p>Defaults to:<pre>{ millisecond: '%H:%M:%S.%L', second: '%H:%M:%S', minute: '%H:%M', hour: '%H:%M', day: '%e. %b', week: '%e. %b', month: '%b '%y', year: '%Y'}</pre></p> | null |
| Nullable | FollowPointer | <p>Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the plotOptions for those series types. </p><p>For touch moves to behave the same way, followTouchMove must be true also.</p> Default: false |
null |
| Nullable | FollowTouchMove | Whether the tooltip should follow the finger as it moves on a touch device. The default value of false causes a touch move to scroll the web page, as is default behaviour on touch devices. Setting it to true may cause the user to be trapped inside the chart and unable to scroll away, so it should be used with care. Default: false |
null |
| String | FooterFormat | A string to append to the tooltip format. Default: false | null |
| String | HeaderFormat | <p>The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variablesare point.key, series.name, series.color and other members from the point and series objects. The point.key variable contains the category name, x value or datetime string depending on the type of axis. For datetime axes, the point.key date format can be set using tooltip.xDateFormat.</p><p>Defaults to <span style='font-size: 10px'>{point.key}</span><br/></p> |
null |
| Nullable | HideDelay | The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. Default: 500 | null |
| String | PointFormat | <p>The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.x, point.y, series.name and series.color and other properties on the same form. Furthermore, point.y can be extended by the tooltip.yPrefix and tooltip.ySuffix variables. This can also be overridden for each series, which makes it a good hook for displaying units.</p><p>Defaults to <span style='color:{series.color}'>{series.name}</span>: <b>{point.y}</b><br/></p> |
null |
| Nullable | ValueDecimals | How many decimals to show in each series' y value. This is overridable in each series' tooltip options object. The default is to preserve all decimals. | null |
| String | ValuePrefix | A string to prepend to each series' y value. Overridable in each series' tooltip options object. | null |
| String | ValueSuffix | A string to append to each series' y value. Overridable in each series' tooltip options object. | null |
| String | XDateFormat | The format for the date in the tooltip header if the X axis is a datetime axis. The default is a best guess based on the smallest distance between points in the chart. | null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
