Skip to main content

ToolTipOptions.ShowHint Property

Gets or sets whether to show series or a point hint in a tooltip.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowHint { get; set; }

Property Value

Type Description
Boolean

true, if a hint should be displayed in a tooltip; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowHint
ChartControl
.ToolTipOptions .ShowHint

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