menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartBubbleConfigItem

    Configuration item that pertains to Bubble charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartBubbleConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartBubbleConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartBubbleConfigItem()

    Initializes a new instance of the ChartBubbleConfigItem class..

    Declaration
    public ChartBubbleConfigItem()

    Properties

    BubbleType

    The type of the bubble that is to be rendered. Default is Circle.

    Declaration
    public ChartBubbleType BubbleType { get; set; }
    Property Value
    Type
    ChartBubbleType

    EnablePhongStyle

    Specifies if the PhongStyle is enable. Default is true.

    Declaration
    public bool EnablePhongStyle { get; set; }
    Property Value
    Type
    System.Boolean

    MaxBounds

    The maximum bounds to be used by a bubble. Default is (50, 50)

    Declaration
    public RectangleF MaxBounds { get; set; }
    Property Value
    Type
    System.Drawing.RectangleF

    MinBounds

    The minimum bounds to be used by a bubble. Default is (25, 25).

    Declaration
    public RectangleF MinBounds { get; set; }
    Property Value
    Type
    System.Drawing.RectangleF

    Implements

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