ChartToolTipEventArgs.Hint Property
In This Article
Gets or sets the data representing the content of the tooltip's hint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#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