Skip to main content
All docs
V25.1
  • FunnelPointShape Enum

    Lists shapes that are used to display funnel series points.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public enum FunnelPointShape

    Members

    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

    Related API Members

    The following properties accept/return FunnelPointShape values:

    See Also