Class FunnelSegment
It used to render or customize the segments for funnel chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 LeftMethods
Draw(ICanvas)
Declaration
protected override void Draw(ICanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
OnLayout()
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged