corelibraries-devexpress-dot-xtracharts-dot-seriesbase-37834a65.md
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.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string ToolTipSeriesPattern { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property ToolTipSeriesPattern As String
| Type | Description |
|---|---|
| String |
A String, which represents the tooltip pattern.
|
The tooltip series pattern only allows you to specify a string, in addition to the “{S}” default placeholder.
You can also specify a pattern using the Pattern Editor (the editor is invoked by clicking the ellipsis button of the ToolTipSeriesPattern property in the Properties window).
For more information on how to use a tooltip, refer to the Tooltip topic.
See Also