alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartBubbleConfigItem

    Configuration item that pertains to Bubble charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartBubbleConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    ChartConfigItem.PropertyChanged
    ChartConfigItem.remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    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 - 2026 Syncfusion Inc. All Rights Reserved