Series.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.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value, which represents the tooltip pattern. |
#Remarks
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 / Donut series and Full-Stacked series). |
{S} | Displays the name of the series. |
{G} | Displays the name of a stacked group. |
{W} | Displays the weight (for a Bubble series). |
{V1} | Displays the first value (for a Range series). |
{V2} | Displays the second value (for a Range series). |
{VD} | Displays the duration between the first and second data point values (for a Range Area series). |
{HV} | Displays the high value (for a Financial series). |
{LV} | Displays the low value (for a Financial series). |
{OV} | Displays the open value (for a Financial series). |
{CV} | Displays the close value (for a Financial series). |
{HINT} | Displays a hint for a series point. |
You can also use standard and custom format specifics, together with the placeholders to format numeric and date/time values (e.g., {V:F0}).
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.
For more information on a tooltip, see the Tooltips topic.