menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class BubbleSegment - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BubbleSegment

    Represents a segment of a BubbleSeries.

    Inheritance
    System.Object
    ChartSegment
    CartesianSegment
    BubbleSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    CartesianSegment.IsEmpty
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.Opacity
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.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)

    Draws a segment for the specified chart series or charts.

    Declaration
    protected override void Draw(ICanvas canvas)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.ICanvas canvas
    Overrides
    ChartSegment.Draw(ICanvas)

    OnLayout()

    Calculates the required values for rendering the chart segment.

    Declaration
    protected override void OnLayout()
    Overrides
    ChartSegment.OnLayout()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved