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

Funnel3DSeriesView Class

Represents a series view of the Funnel 3D type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

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.

See Also