Skip to main content
A newer version of this page is available. .
All docs
V21.2

FunnelPointShape Enum

Lists shapes that are used to display funnel series points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum FunnelPointShape

Members

Name Description Example
Rectangle

Rectangles are used to display funnel series points.

Funnel with rectangular series points

Trapezoid

Trapezoids are used to display funnel series points.

Funnel with trapezoidal series points

Related API Members

The following properties accept/return FunnelPointShape values:

Library Related API Members
Cross-Platform Class Library FunnelSeriesView.PointShape
WinForms Controls FunnelSeriesViewModel.PointShape

See Also