Class FunnelSeries
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: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class FunnelSeries : TriangularSeries
Remarks
FunnelSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart.
Constructors
FunnelSeries()
Initializes a new instance of the FunnelSeries class.
Declaration
public FunnelSeries()
Properties
MinWidth
Gets or sets the value that represents the minimum width of the funnel neck/bottom.
Declaration
public double MinWidth { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
Default value is 40.
Methods
CreateSegment()
Creates an instance of FunnelSegment.
Declaration
protected override ChartSegment CreateSegment()
Returns
Type | Description |
---|---|
ChartSegment | Returns a segment. |
Overrides
CreateSegments()
Creates the segments of FunnelSeries.
Declaration
protected override void CreateSegments()
Overrides
SetFillColor(ChartSegment)
Declaration
protected override void SetFillColor(ChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
ChartSegment | segment |