Class ScatterBubbleDataPoint
Represents an object that contains information about a bubble data item.
Inheritance
System.Object
ScatterBubbleDataPoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterBubbleDataPoint : ScatterDataPoint, INotifyPropertyChanged, IDataPoint, IBubbleDataPoint
Constructors
ScatterBubbleDataPoint()
Declaration
public ScatterBubbleDataPoint()
Properties
BubbleSize
Gets or sets the value that is provided for the X-axis of the cartesian chart.
Declaration
public double? BubbleSize { get; set; }
Property Value
System.Nullable<System.Double>
|