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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public string ToolTipSeriesPattern { get; set; }
Property Value
Type | Description |
---|---|
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