Funnel3DSeriesView Class
Represents a series view of the Funnel 3D type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(Funnel3DSeriesViewTypeConverter))]
public class Funnel3DSeriesView :
FunnelSeriesViewBase,
ISimpleDiagram3DSeriesView
Remarks
The Funnel3DSeriesView class provides the functionality of a series view of the Funnel 3D type within a chart control.
In addition to the common view settings inherited from the base FunnelSeriesView class, the Funnel3DSeriesView class introduces the Funnel3DSeriesView.HoleRadiusPercent property, which determines the radius of a funnel’s hole.
Note that a particular view type can be defined for a series via its SeriesBase.View property.
For more information on series views of the 3D funnel type please see the Funnel Series View topic.