Skip to main content

ChartToolTipEventArgs.Hint Property

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

public object Hint { get; set; }

#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