DoughnutSeriesLabel Class
In This Article
Defines label settings for Doughnut series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class DoughnutSeriesLabel :
PieSeriesLabel
#Remarks
The DoughnutSeriesLabel class provides label functionality for series of the Doughnut view type.
The DoughnutSeriesLabel class inherits properties and methods from the base PieSeriesLabel class which define the common settings for the labels of pie and doughnut series.
An instance of the DoughnutSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is DoughnutSeriesView.
#Implements
#Inheritance
Object
ChartElement
SeriesLabelBase
PieSeriesLabel
DoughnutSeriesLabel
See Also