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.v18.1.dll

Declaration

[TypeConverter(typeof(DoughnutSeriesLabelTypeConverter))]
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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DoughnutSeriesLabel class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also