Back to Devexpress

FunnelSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-e5f2d40f.md

latest3.3 KB
Original Source

FunnelSeriesViewBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class FunnelSeriesViewBase :
    SimpleDiagramSeriesViewBase
vb
Public MustInherit Class FunnelSeriesViewBase
    Inherits 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.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement SeriesViewBase SimpleDiagramSeriesViewBase FunnelSeriesViewBase Funnel3DSeriesView

FunnelSeriesView

See Also

FunnelSeriesViewBase Members

Funnel Series View

DevExpress.XtraCharts Namespace