Back to Devexpress

Series.ToolTipSeriesPattern Property

wpf-devexpress-dot-xpf-dot-charts-dot-series-5abf4e86.md

latest1.4 KB
Original Source

Series.ToolTipSeriesPattern Property

Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public string ToolTipSeriesPattern { get; set; }
vb
Public Property ToolTipSeriesPattern As String

Property Value

TypeDescription
String

A String, which represents the tooltip pattern.

|

Remarks

The tooltip series pattern only allows you to specify a string, in addition to the “{S}” default placeholder.

For more information on how to use a tooltip in your application, see the Tooltip topic.

See Also

Series Class

Series Members

DevExpress.Xpf.Charts Namespace