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