Class BubbleSegment
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class BubbleSegment : ChartSegment
Constructors
BubbleSegment()
Declaration
public BubbleSegment()
Properties
CenterX
Gets the center point of x.
Declaration
public float CenterX { get; }
Property Value
Type |
---|
System.Single |
CenterY
Gets the center point of y.
Declaration
public float CenterY { get; }
Property Value
Type |
---|
System.Single |
Radius
Gets the radius of the segment.
Declaration
public float Radius { get; }
Property Value
Type |
---|
System.Single |
Methods
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()