Pie3DSeriesLabel Class
Defines label settings for Pie 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(Pie3DSeriesLabelTypeConverter))]
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
Inheritance
See Also