Skip to main content
A newer version of this page is available. .

NestedDoughnutSeriesLabel Class

Defines label settings for Nested doughnut series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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

See Also