Skip to main content

SeriesPointModel.ToolTipHint Property

Gets or sets the value of the SeriesPoint.ToolTipHint within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Data")]
[Browsable(false)]
public string ToolTipHint { get; set; }

Property Value

Type Description
String

The tooltip hint of the series point.

See Also