menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FunnelSegment - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FunnelSegment

    It used to render or customize the segments for funnel chart.

    Inheritance
    System.Object
    ChartSegment
    FunnelSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AnimatedValue
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.Opacity
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class FunnelSegment : ChartSegment, INotifyPropertyChanged, IPyramidLabels

    Constructors

    FunnelSegment()

    Declaration
    public FunnelSegment()

    Properties

    Points

    Represents the draw points of the funnel segments.

    Declaration
    public Point[] Points { get; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Point[]
    Remarks

    Funnel segments are often drawn with six points, which are listed below.

    Points[0] : Top Left Points[1] : Top Right Points[2] : Middle Right Points[3] : Bottom Right Points[4] : Bottom Left Points[5] : Middle Left

    Methods

    Draw(ICanvas)

    Declaration
    protected override void Draw(ICanvas canvas)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.ICanvas canvas
    Overrides
    ChartSegment.Draw(ICanvas)

    OnLayout()

    Declaration
    protected override void OnLayout()
    Overrides
    ChartSegment.OnLayout()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved