Back to Devexpress

SeriesPoint.ToolTipHint Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-afeaa908.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
String

A String value that is the tooltip hint.

|

See Also

Hints and Tooltips

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace