menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class BubbleSeries

    Represents a bubble chart. To render bubble chart, create an instance of this class and add it to Series collection property and set the required properties.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    XyDataSeries
    BubbleSeries
    Inherited Members
    CartesianSeries.ActualXAxis
    CartesianSeries.ActualYAxis
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double)
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double, Double)
    CartesianSeries.FindNearestChartPoint(Single, Single)
    CartesianSeries.FindNearestChartPoints(Single, Single)
    CartesianSeries.GetCardinalSpline(List<Double>, IList<Double>)
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.GetDataPoints(RectangleF)
    CartesianSeries.GetMonotonicSpline(List<Double>, IList<Double>, Double[])
    CartesianSeries.OnAttachedToChart()
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.Transposed
    CartesianSeries.Trendlines
    CartesianSeries.XAxis
    CartesianSeries.YAxis
    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.GetSelectionColor()
    ChartSeries.GetView()
    ChartSeries.InvalidateRender()
    ChartSeries.IsSelected
    ChartSeries.ItemsSource
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.ListenPropertyChange
    ChartSeries.Name
    ChartSeries.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.SetFillColor(ChartSegment)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    XyDataSeries.YBindingPath
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class BubbleSeries : XyDataSeries
    Remarks

    BubbleSeries requires ItemsSource, XBindingPath, YBindingPath and Size properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and
    SecondaryAxis or XAxis and YAxis.

    Constructors

    BubbleSeries()

    Initializes a new instance of the BubbleSeries class.

    Declaration
    public BubbleSeries()

    Properties

    MaximumRadius

    Gets or sets the maximum radius of the bubble.

    Declaration
    public float MaximumRadius { get; set; }
    Property Value
    Type
    System.Single

    MinimumRadius

    Gets or sets the minimum radius of the bubble.

    Declaration
    public float MinimumRadius { get; set; }
    Property Value
    Type
    System.Single

    ShowZeroSizeBubbles

    Declaration
    public bool ShowZeroSizeBubbles { get; set; }
    Property Value
    Type
    System.Boolean

    Size

    Gets or sets the binding path in items source.

    Declaration
    public string Size { get; set; }
    Property Value
    Type
    System.String

    StrokeColor

    Gets or sets the color for the series stroke.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    Methods

    CreateSegment()

    Create the BubbleSegment.

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type Description
    ChartSegment

    Returns a segment.

    Overrides
    CartesianSeries.CreateSegment()

    CreateSegments()

    Creates the segments of BubbleSeries.

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

    GetGradientEndPoint(ChartSegment)

    Declaration
    protected override PointF GetGradientEndPoint(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Returns
    Type
    Android.Graphics.PointF
    Overrides
    ChartSeries.GetGradientEndPoint(ChartSegment)

    GetGradientStartPoint(ChartSegment)

    Declaration
    protected override PointF GetGradientStartPoint(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Returns
    Type
    Android.Graphics.PointF
    Overrides
    ChartSeries.GetGradientStartPoint(ChartSegment)

    OnBindingPathChanged()

    Declaration
    protected override void OnBindingPathChanged()
    Overrides
    XyDataSeries.OnBindingPathChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved