Back to Devexpress

FunnelPointShape Enum

corelibraries-devexpress-dot-xtracharts-c65f9533.md

latest1.5 KB
Original Source

FunnelPointShape Enum

Lists shapes that are used to display funnel series points.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum FunnelPointShape
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum FunnelPointShape

Members

NameDescriptionExample
Rectangle

Rectangles are used to display funnel series points.

|

| | Trapezoid |

Trapezoids are used to display funnel series points.

|

|

The following properties accept/return FunnelPointShape values:

LibraryRelated API Members
Cross-Platform Class LibraryFunnelSeriesView.PointShape
WinForms ControlsFunnelSeriesViewModel.PointShape

See Also

DevExpress.XtraCharts Namespace