Class BubbleSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class BubbleSegment : ChartSegment, INotifyPropertyChanged
Constructors
BubbleSegment()
Declaration
public BubbleSegment()
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
Gets the radius value of the bubble segment.
Declaration
public double Radius { get; }
Property Value
Type |
---|
System.Double |
RectX
Gets the x position of the segment rect.
Declaration
public double RectX { get; }
Property Value
Type |
---|
System.Double |
RectY
Gets the y position of the segment rect.
Declaration
public double RectY { get; }
Property Value
Type |
---|
System.Double |
Size
Gets the size value of the bubble segment.
Declaration
public double Size { get; }
Property Value
Type |
---|
System.Double |
XData
Gets the x-value for the bubble segment.
Declaration
public double XData { get; }
Property Value
Type |
---|
System.Double |
YData
Gets the y-value for the bubble segment.
Declaration
public double YData { get; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged