Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.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