Funnel3DSeriesLabel Class
Defines label settings for funnel 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(Funnel3DSeriesLabelTypeConverter))]
public class Funnel3DSeriesLabel :
FunnelSeriesLabel
Remarks
The Funnel3DSeriesLabel class inherits the FunnelSeriesLabel class, to provide label functionality for series of the Funnel 3D view type.
An instance of the Funnel3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series of the Funnel3DSeriesView type.
Implements
Inheritance
Object
ChartElement
SeriesLabelBase
FunnelSeriesLabel
Funnel3DSeriesLabel
See Also