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

Doughnut3DSeriesLabel Class

Defines label settings for Doughnut 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class Doughnut3DSeriesLabel :
    Pie3DSeriesLabel

Remarks

The Doughnut3DSeriesLabel class provides label functionality for series of the Doughnut 3D Series view type.

The Doughnut3DSeriesLabel class inherits properties and methods from the base Pie3DSeriesLabel class which define the common settings for the labels of pie and doughnut series.

An instance of the Doughnut3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is Doughnut3DSeriesView.

Implements

See Also