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