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.v18.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Funnel3DSeriesView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also