Skip to main content

Pie3DSeriesLabel Class

Defines label settings for Pie 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public class Pie3DSeriesLabel :
    PieSeriesLabel

#Remarks

The Pie3DSeriesLabel class provides label functionality for series of the Pie 3D Series view type. An instance of the Pie3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series, whose view type is Pie3DSeriesView.

For the information on the Pie3DSeriesLabel overlap resolving modes available, refer to Series Point Labels.

#Implements

See Also