Skip to main content
A newer version of this page is available. .

PieSeries.SeriesTitleTextPattern Attached Property

Gets or sets a series title’s text pattern. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

Returns

Type Description
String

The series title’s text pattern.

Remarks

This property is the attached property of the Title class.

Example

Use the Title’s PieSeries.SeriesTitleTextPattern attached property to specify the text pattern that should be used to format the Title’s text.

View Example

<dxc:PieSeries2D.Titles>
    <dxc:Title dxc:PieSeries.SeriesTitleTextPattern="{}{S}" HorizontalAlignment="Center"/>
</dxc:PieSeries2D.Titles>
See Also