ChartToolTipEventArgs.ShowHint Property
In This Article
Gets or sets whether to show series or a point hint in a tooltip.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if a hint should be displayed in a tooltip; otherwise false. |
#Remarks
Use the Series.ToolTipHint or SeriesPoint.ToolTipHint property to specify a tooltip hint’s content. Use the Series.ToolTipHintDataMember property to define a data source field containing hint data.
See Also