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
Type |
Description |
UIKit.UIColor |
|
BorderWidth
Gets or sets the border width of the series.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
MaximumRadius
Gets or sets the maximum radius of the bubble.
Declaration
public nfloat MaximumRadius { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
MinimumRadius
Gets or sets the minimum radius of the bubble.
Declaration
public nfloat MinimumRadius { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
ShowZeroSizeBubbles
Declaration
public bool ShowZeroSizeBubbles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Gets or sets the binding path in items source.
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|
StrokeColor
Gets or sets the color for the series stroke.
Declaration
public UIColor StrokeColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
Description |
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 |
Description |
CoreGraphics.CGPoint |
|
Overrides
GetGradientStartPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientStartPoint(SFChartSegment segment)
Parameters
Returns
Type |
Description |
CoreGraphics.CGPoint |
|
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()
Overrides