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

DoughnutSeriesLabel Class

Defines label settings for Doughnut series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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.

See Also