Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartToolTipEventArgs.ShowHint Property

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

public bool ShowHint { get; set; }

#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