menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FunnelSeries - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    ChartSeries
    AccumulationSeries
    TriangularSeries
    FunnelSeries
    Inherited Members
    AccumulationSeries.ExplodableOnTouch
    AccumulationSeries.ExplodeAll
    AccumulationSeries.ExplodeIndex
    AccumulationSeries.OnBindingPathChanged()
    AccumulationSeries.StrokeColor
    AccumulationSeries.YBindingPath
    ChartSeries.ActualXAxis
    ChartSeries.ActualYAxis
    ChartSeries.Alpha
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.Chart
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.DataCount
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.EnableAnimation
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetSelectionColor()
    ChartSeries.GetView()
    ChartSeries.InvalidateRender()
    ChartSeries.IsSelected
    ChartSeries.ItemsSource
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.ListenPropertyChange
    ChartSeries.Name
    ChartSeries.OnAttachedToChart()
    ChartSeries.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    TriangularSeries.ExplodeOffset
    TriangularSeries.GapRatio
    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
    ChartSeries.CreateSegment()

    CreateSegments()

    Creates the segments of FunnelSeries.

    Declaration
    protected override void CreateSegments()
    Overrides
    ChartSeries.CreateSegments()

    SetFillColor(ChartSegment)

    Declaration
    protected override void SetFillColor(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Overrides
    ChartSeries.SetFillColor(ChartSegment)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved