corelibraries-devexpress-dot-xtracharts-dot-funnel3dseriesview.md
Represents a series view of the Funnel 3D type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class Funnel3DSeriesView :
FunnelSeriesViewBase,
ISimpleDiagram3DSeriesView
Public Class Funnel3DSeriesView
Inherits FunnelSeriesViewBase
Implements ISimpleDiagram3DSeriesView
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.
IXtraSupportDeserializeCollectionItem
Object ChartElement SeriesViewBase SimpleDiagramSeriesViewBase FunnelSeriesViewBase Funnel3DSeriesView
See Also