Skip to main content
A newer version of this page is available. .

SeriesPoint.ToolTipHint Property

Gets or sets a value to be shown as a hint in a series point’s tooltip.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public string ToolTipHint { get; set; }

Property Value

Type Description
String

A String value that is the tooltip hint.

See Also