SeriesView.ToolTipPointPattern Property
Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a series point.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
String | A String value, which represents the tooltip pattern. |
Remarks
You can use standard and custom format specifics, together with the placeholders, to format numeric and date/time values (e.g., {V:F0}). A full list of available placeholders is detailed below.
Pattern | Description |
---|---|
{A} | Displays a series point argument. |
{V} | Displays series point values. |
{VP} | Displays series point values as percentages (for a Pie series). |
{S} | Displays the name of the series. |
{HINT} | Displays a hint for a series point. |
The following image shows this property in action with the {S} {V:F2} : {A} pattern.
Before specifying the {S} placeholder for a tooltip, make sure a series name is specified in the Series.DisplayName property.