Back to Devexpress

ChartControlSettings.ToolTipOptions Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-de027b2d.md

latest1.4 KB
Original Source

ChartControlSettings.ToolTipOptions Property

Gets the tooltip settings that allow you to specify its position and appearance on a diagram.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ToolTipOptions ToolTipOptions { get; }
vb
Public ReadOnly Property ToolTipOptions As ToolTipOptions

Property Value

TypeDescription
ToolTipOptions

A ToolTipOptions object which represents tooltip options.

|

Remarks

Before the tooltip customization, make sure the ChartControlSettings.ToolTipEnabled property is set to true.

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace