Class BubbleSegment
Represents a segment of a BubbleSeries type charts.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class BubbleSegment : CartesianSegment, INotifyPropertyChanged
Constructors
BubbleSegment()
Declaration
public BubbleSegment()
Properties
CenterX
Gets the X-value of the bubble center.
Declaration
public float CenterX { get; }
Property Value
Type |
---|
System.Single |
CenterY
Gets the Y-value of the bubble center
Declaration
public float CenterY { get; }
Property Value
Type |
---|
System.Single |
Radius
Gets the radius of the bubble.
Declaration
public float Radius { get; }
Property Value
Type |
---|
System.Single |
Methods
Draw(ICanvas)
Declaration
protected override void Draw(ICanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
OnLayout()
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged