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

SeriesBase.ToolTipHintDataMember Property

Gets or sets a value that points to a data field containing hints for series points tooltips.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
String

A String value that specifies the data field to obtain hints for chart tooltips.

See Also