corelibraries-devexpress-dot-xtracharts-5bc26268.md
Defines label settings for Nested doughnut series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class NestedDoughnutSeriesLabel :
DoughnutSeriesLabel
Public Class NestedDoughnutSeriesLabel
Inherits DoughnutSeriesLabel
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.
Object ChartElement SeriesLabelBase PieSeriesLabel DoughnutSeriesLabel NestedDoughnutSeriesLabel
See Also