Back to Devexpress

FunnelSeriesView.PointShape Property

corelibraries-devexpress-dot-xtracharts-dot-funnelseriesview-2e405d52.md

latest2.0 KB
Original Source

FunnelSeriesView.PointShape Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public FunnelPointShape PointShape { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
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

FunnelSeriesView Class

FunnelSeriesView Members

DevExpress.XtraCharts Namespace