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.v25.1.dll
NuGet Package: 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.
<dxc:PieSeries2D.Titles>
<dxc:Title dxc:PieSeries.SeriesTitleTextPattern="{}{S}" HorizontalAlignment="Center"/>
</dxc:PieSeries2D.Titles>
See Also