Class Bubble3D
Represents a 3D bubble series item.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Bubble3D : BaseChartItemControl3D<BubbleControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Bubble3D()
Declaration
public Bubble3D()
Fields
PhiProperty
Identifies the Phi dependency property.
Declaration
public static readonly DependencyProperty PhiProperty
Field Value
System.Windows.DependencyProperty
|
RadiusProperty
Identifies the Radius dependency property.
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
System.Windows.DependencyProperty
|
ThetaProperty
Identifies the Theta dependency property.
Declaration
public static readonly DependencyProperty ThetaProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Phi
Gets or sets the number of horizontal slices to make on the bubble.
Declaration
public int Phi { get; set; }
Property Value
System.Int32
|
Radius
Gets the radius of the respective bubble (sphere) in the 3D space.
Declaration
public double Radius { get; }
Property Value
System.Double
|
Theta
Gets or sets the number of vertical slices to make on the bubble.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
|
Methods
OnDataPointChanged()
Called when data point has been changed.
Declaration
protected override void OnDataPointChanged()