Gets or sets the tooltip position.
Namespace: MindFusion.ChartingFile: MindFusion.Charting.js
get position() {}
A Point instance.
The following code specifies that the tooltip will render at a Point(100,100):
var ToolTip = Charting.ToolTip;
// customize the tooltipToolTip.position = new MindFusion.Drawing.Point(100, 100);
ToolTip MembersToolTip ClassMindFusion.Charting Namespace