corelibraries-devexpress-dot-xtracharts-e5f2d40f.md
Represents the base class for series views of the Funnel type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class FunnelSeriesViewBase :
SimpleDiagramSeriesViewBase
Public MustInherit Class FunnelSeriesViewBase
Inherits SimpleDiagramSeriesViewBase
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.
IXtraSupportDeserializeCollectionItem
Object ChartElement SeriesViewBase SimpleDiagramSeriesViewBase FunnelSeriesViewBase Funnel3DSeriesView
See Also