Skip to main content

PointOptions.Pattern Property

Gets or sets a string which represents the pattern specifying the text to be displayed within series labels and legend items.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public string Pattern { get; set; }

#Property Value

Type Description
String

A String, which represents the pattern. The default value is Empty.

#Remarks

Use the Pattern property to define a display pattern that determines the text to be displayed in series point labels or in corresponding legend items. For example, the "{A} - {V}" pattern will be represented as an argument and a value for each data point, separated by a hyphen.

In addition to the Pattern property, you can specify the text to be displayed in a more simple way via the PointOptions.PointView property. Note that if both properties are set to non-default values, the Pattern property has a higher priority than the PointOptions.PointView property.

See Also