Class SFBubbleSeries
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
SFBubbleSeries
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFBubbleSeries : SFXyDataSeries
Constructors
SFBubbleSeries()
Declaration
Properties
BorderColor
Gets or sets the border color of the series.
Declaration
public UIColor BorderColor { get; set; }
Property Value
BorderWidth
Gets or sets the border width of the series.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
MaximumRadius
Gets or sets the maximum radius of the bubble.
Declaration
public nfloat MaximumRadius { get; set; }
Property Value
MinimumRadius
Gets or sets the minimum radius of the bubble.
Declaration
public nfloat MinimumRadius { get; set; }
Property Value
ShowZeroSizeBubbles
Declaration
public bool ShowZeroSizeBubbles { get; set; }
Property Value
Size
Gets or sets the binding path in items source.
Declaration
public string Size { get; set; }
Property Value
StrokeColor
Gets or sets the color for the series stroke.
Declaration
public UIColor StrokeColor { get; set; }
Property Value
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
CoreAnimation.CAAnimation |
Overrides
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Overrides
CreateSegments()
Declaration
public override void CreateSegments()
Overrides
GetGradientEndPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientEndPoint(SFChartSegment segment)
Parameters
Returns
Type |
CoreGraphics.CGPoint |
Overrides
GetGradientStartPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientStartPoint(SFChartSegment segment)
Parameters
Returns
Type |
CoreGraphics.CGPoint |
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()
Overrides