Skip to main content
All docs
V25.1
  • FunnelSeriesViewModel.PointShape Property

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [PropertyForOptions]
    public FunnelPointShape PointShape { get; set; }

    Property Value

    Type
    FunnelPointShape

    Available values:

    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

    See Also