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

FunnelSeriesViewModel.PointShape Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v22.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public FunnelPointShape PointShape { get; set; }

Property Value

Type
FunnelPointShape

Available values:

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

See Also