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.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
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