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