Back to Devexpress

PieCenterTextLabel Class

maui-devexpress-dot-maui-dot-charts-f617f6c5.md

latest1.7 KB
Original Source

PieCenterTextLabel Class

Stores settings of the text label displayed in the center of the pie or doughnut chart.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public class PieCenterTextLabel :
    PieCenterLabel

Remarks

Assign the PieCenterTextLabel object to the PieSeries.CenterLabel property to display a text label in the center of the pie or donut series.

Implements

IElementController

INotifyPropertyChanged

Inheritance

System.Object BindableObject Element ChartElementBase ChartElement StyledElement PieCenterLabel PieCenterTextLabel

Extension Methods

Yield<PieCenterTextLabel>()

YieldIfNotNull<PieCenterTextLabel>()

See Also

PieCenterTextLabel Members

DevExpress.Maui.Charts Namespace