menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFBubbleSegment - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFBubbleSegment

    Inheritance
    System.Object
    SFChartSegment
    SFBubbleSegment
    Inherited Members
    SFChartSegment.Alpha
    SFChartSegment.AnimationDuration
    SFChartSegment.AnimationStopped(CAAnimation, Boolean)
    SFChartSegment.ApplyGradientColors(CGContext)
    SFChartSegment.Color
    SFChartSegment.DrawSegment(CGContext)
    SFChartSegment.Empty
    SFChartSegment.EnableAnimation
    SFChartSegment.HitTest(Single, Single)
    SFChartSegment.Index
    SFChartSegment.Series
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFBubbleSegment : SFChartSegment

    Constructors

    SFBubbleSegment()

    Declaration
    public SFBubbleSegment()

    Properties

    BorderColor

    Gets or sets the color of the border.

    Declaration
    public NSColor BorderColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    The color of the border.

    BorderWidth

    Gets or sets the width of the border.

    Declaration
    public nfloat BorderWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    The width of the border.

    CenterX

    Gets the center point of x.

    Declaration
    public float CenterX { get; }
    Property Value
    Type
    System.Single

    CenterY

    Gets the center point of y.

    Declaration
    public float CenterY { get; }
    Property Value
    Type
    System.Single

    Radius

    Gets the radius of the segment.

    Declaration
    public float Radius { get; }
    Property Value
    Type
    System.Single

    X

    Gets the xData.

    Declaration
    public double X { get; }
    Property Value
    Type Description
    System.Double

    The xData.

    Y

    Gets the yData.

    Declaration
    public double Y { get; }
    Property Value
    Type Description
    System.Double

    The yData.

    Methods

    HitTest(CGPoint)

    Declaration
    public override int HitTest(CGPoint hitPoint)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint hitPoint
    Returns
    Type
    System.Int32
    Overrides
    SFChartSegment.HitTest(CGPoint)

    OnLayout()

    Update the segment positions when the layout was updated.

    Declaration
    public override void OnLayout()
    Overrides
    SFChartSegment.OnLayout()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved