Back to Devexpress

ChartToolTipEventArgs.Pattern Property

wpf-devexpress-dot-xpf-dot-charts-dot-charttooltipeventargs-7c71208c.md

latest3.5 KB
Original Source

ChartToolTipEventArgs.Pattern Property

Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public string Pattern { get; set; }
vb
Public Property Pattern As String

Property Value

TypeDescription
String

A String, which represents the 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}). To learn more, see the Format Specifiers topic.

A full list of available placeholders is detailed below.

PatternDescription
{A}Displays a series point argument.
{V}Displays series point values.
{VP}Displays series point values as percentages (for a Pie and Donut, Nested 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).

For more information on a tooltip, see the Tooltips topic.

See Also

ChartToolTipEventArgs Class

ChartToolTipEventArgs Members

DevExpress.Xpf.Charts Namespace