Back to Devexpress

FunnelSeries2D.PointShape Property

wpf-devexpress-dot-xpf-dot-charts-dot-funnelseries2d-bda0900b.md

latest1.7 KB
Original Source

FunnelSeries2D.PointShape Property

Specifies the shape that is used to display funnel series points.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public FunnelPointShape PointShape { get; set; }
vb
Public Property PointShape As FunnelPointShape

Property Value

TypeDescription
FunnelPointShape

A shape that is used to display funnel series points.

|

Available values:

NameDescriptionExample
Rectangle

Rectangles are used to display funnel series points.

|

| | Trapezoid |

Trapezoids are used to display funnel series points.

|

|

Remarks

The following images show funnel series with different shapes:

PointShape = RectanglePointShape = Trapezoid

See Also

FunnelSeries2D Class

FunnelSeries2D Members

DevExpress.Xpf.Charts Namespace