Class BubbleDataPoint
Represents a data point used for a bubble series.
Inheritance
System.Object
BubbleDataPoint
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: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public class BubbleDataPoint : DataPoint, IControl, IFrameworkElement, IUIElement, IDependencyObject
Constructors
| Improve this Doc View SourceBubbleDataPoint()
Initializes a new instance of the bubble data point.
Declaration
public BubbleDataPoint()
Fields
| Improve this Doc View SourceActualSizeProperty
Identifies the ActualSize dependency property.
Declaration
public static readonly DependencyProperty ActualSizeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SizeProperty
Identifies the Size dependency property.
Declaration
public static readonly DependencyProperty SizeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceActualSize
Gets or sets the actual size of the bubble data point.
Declaration
public double ActualSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Size
Gets or sets the size value of the bubble data point.
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |