This section is regarding Methods and Properties available in the ToolTip element.
Example :Method | Description | Example |
---|---|---|
get(String propertyName) | Returns the specified property of toolTip | chart.toolTip.get(“shared”); |
set(String propertyName, Mixed value [,Boolean updateChart = true]) | Sets the specified property of toolTip & optionally updates (default) the chart | chart.toolTip.set(“shared”, “true”); |
All ToolTip options become available as properties after Chart Render. You can access them either via get method or dot notation. But you can change / set those values only via set method.
Please refer to ToolTip Element for complete list of properties available.
Also See: