Back to Devexpress

SeriesBase.ToolTipHintDataMember Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-5ca4432f.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public string ToolTipHintDataMember { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
Public Property ToolTipHintDataMember As String

Property Value

TypeDescription
String

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

|

See Also

Hints and Tooltips

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace