Back to Devexpress

SeriesBase.ToolTipSeriesPattern Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-37834a65.md

latest2.0 KB
Original Source

SeriesBase.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.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public string ToolTipSeriesPattern { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
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.

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

Format Text Chart Elements

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace