ToolTipMousePosition Class
Specifies a tooltip position near the mouse pointer.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(ToolTipMousePositionTypeConverter))]
public class ToolTipMousePosition :
ToolTipPosition
Remarks
Use the ToolTipOptions.ToolTipPosition property to get access to the ToolTipMousePosition object.
To learn more on tooltips, see the Tooltips topic.
Inheritance
Object
ChartElement
ToolTipPosition
ToolTipMousePosition
See Also