Back to Devexpress

Funnel3DSeriesView Class

corelibraries-devexpress-dot-xtracharts-dot-funnel3dseriesview.md

latest2.7 KB
Original Source

Funnel3DSeriesView Class

Represents a series view of the Funnel 3D type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class Funnel3DSeriesView :
    FunnelSeriesViewBase,
    ISimpleDiagram3DSeriesView
vb
Public Class Funnel3DSeriesView
    Inherits FunnelSeriesViewBase
    Implements 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.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement SeriesViewBase SimpleDiagramSeriesViewBase FunnelSeriesViewBase Funnel3DSeriesView

See Also

Funnel3DSeriesView Members

Funnel Series View

DevExpress.XtraCharts Namespace