Class SFFunnelSeries
Represents a funnel chart. To render funnel chart, create an instance of this class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFFunnelSeries : SFTriangularSeries
Remarks
SFFunnelSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart.
Constructors
SFFunnelSeries()
Initializes a new instance of the SFFunnelSeries class.
Declaration
public SFFunnelSeries()
Properties
MinimumWidth
Gets or sets the value that represents the minimum width of the funnel neck/bottom.
Declaration
public double MinimumWidth { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
Default value is 40.
Methods
CreateSegment()
Creates an instance of SFFunnelSegment.
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type | Description |
---|---|
SFChartSegment | Returns a segment. |
Overrides
CreateSegments()
Creates the segments of SFFunnelSeries.
Declaration
public override void CreateSegments()
Overrides
SetFillColor(SFChartSegment)
Declaration
protected override void SetFillColor(SFChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SFChartSegment | segment |