Back to Devexpress

ChartToolTipEventArgs.Hint Property

wpf-devexpress-dot-xpf-dot-charts-dot-charttooltipeventargs-fc62f91f.md

latest1.4 KB
Original Source

ChartToolTipEventArgs.Hint Property

Gets or sets the data representing the content of the tooltip’s hint.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public object Hint { get; set; }
vb
Public Property Hint As Object

Property Value

TypeDescription
Object

The data representing the content of the tooltip’s hint.

|

Remarks

Use the Hint property to provide the content of the tooltip’s hint when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.

See Also

ChartToolTipEventArgs Class

ChartToolTipEventArgs Members

DevExpress.Xpf.Charts Namespace