menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class FunnelSegment

    Represents a segment of the SfFunnelChart, responsible for rendering and customizing the appearance of individual funnel segments.

    Inheritance
    System.Object
    ChartSegment
    FunnelSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.Opacity
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.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)

    Draws a segment for the specified chart series or charts.

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

    OnLayout()

    Calculates the required values for rendering the chart segment.

    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