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

FunnelSeriesViewBase Class

Represents the base class for series views of the Funnel type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class FunnelSeriesViewBase :
    SimpleDiagramSeriesViewBase

Remarks

The FunnelSeriesViewBase class serves as a base for the FunnelSeriesView and Funnel3DSeriesView classes, which provide the functionality of Funnel and Funnel 3D series view types within a chart control. Properties and methods defined by the FunnelSeriesViewBase class implement the base funnel series view functionality, and are common to all funnel views.

In addition to the common view settings inherited from the base SimpleDiagramSeriesViewBase class, the FunnelSeriesViewBase class declares the FunnelSeriesViewBase.HeightToWidthRatio property (which specifies the height-to-width ratio of a funnel), and the FunnelSeriesViewBase.PointDistance property (which specifies the distance between a funnel’s points).

For more information, refer to Funnel Series View.

See Also