menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BubbleSegment - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BubbleSegment

    Inheritance
    System.Object
    ChartSegment
    BubbleSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.Fill
    ChartSegment.FillProperty
    ChartSegment.Item
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeWidth
    ChartSegment.StrokeWidthProperty
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved