Back to Devexpress

FunnelSeriesViewModel.PointShape Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-funnelseriesviewmodel.md

latest1.5 KB
Original Source

FunnelSeriesViewModel.PointShape Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public FunnelPointShape PointShape { get; set; }
vb
<PropertyForOptions>
Public Property PointShape As FunnelPointShape

Property Value

Type
FunnelPointShape

Available values:

NameDescriptionExample
Rectangle

Rectangles are used to display funnel series points.

|

| | Trapezoid |

Trapezoids are used to display funnel series points.

|

|

See Also

FunnelSeriesViewModel Class

FunnelSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace