Class ChartBubbleConfigItem
Configuration item that pertains to Bubble charts.
Implements
Inherited Members
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 |