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