Class BubbleSegment
Inheritance
System.Object
BubbleSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class BubbleSegment : ChartSegment, INotifyPropertyChanged
Constructors
BubbleSegment()
Declaration
BubbleSegment(Double, Double, Double, BubbleSeries)
Declaration
public BubbleSegment(double xPos, double yPos, double size, BubbleSeries series)
Parameters
Type |
Name |
Description |
System.Double |
xPos |
|
System.Double |
yPos |
|
System.Double |
size |
|
BubbleSeries |
series |
|
Properties
Radius
Declaration
public double Radius { get; }
Property Value
Type |
Description |
System.Double |
|
RectX
Declaration
public double RectX { get; }
Property Value
Type |
Description |
System.Double |
|
RectY
Declaration
public double RectY { get; }
Property Value
Type |
Description |
System.Double |
|
Size
Declaration
public double Size { get; }
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; }
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged