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

Declaration

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

Property Value

Type Description
String

A String value that is the tooltip hint.

See Also