Class BubbleDataPoint
Represents a data point used for a bubble series.
Inheritance
System.Object
BubbleDataPoint
Inherited Members
System.Windows.FrameworkElement.RegisterName(System.String, System.Object)
System.Windows.FrameworkElement.UnregisterName(System.String)
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public class BubbleDataPoint : DataPoint
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 |