Class Bubble
This class represents a 2D Bubble series item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Bubble : BaseChartItem2D, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
Bubble()
Declaration
public Bubble()
Fields
DiameterProperty
Identifies the Diameter dependency property.
Declaration
public static readonly DependencyProperty DiameterProperty
Field Value
System.Windows.DependencyProperty
|
ItemGeometryProperty
Identifies the ItemGeometry dependency property.
Declaration
public static readonly DependencyProperty ItemGeometryProperty
Field Value
System.Windows.DependencyProperty
|
LeftProperty
Identifies the Left dependency property.
Declaration
public static readonly DependencyProperty LeftProperty
Field Value
System.Windows.DependencyProperty
|
RadiusProperty
Identifies the Radius dependency property.
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
System.Windows.DependencyProperty
|
RelativeCenterPointProperty
Identifies the RelativeCenterPoint dependency property.
Declaration
public static readonly DependencyProperty RelativeCenterPointProperty
Field Value
System.Windows.DependencyProperty
|
TopProperty
Identifies the Top dependency property.
Declaration
public static readonly DependencyProperty TopProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CenterPoint
Gets or sets the center point of the bubble.
Declaration
public Point CenterPoint { get; set; }
Property Value
System.Windows.Point
The center point. |
Diameter
Gets or sets the property.
Declaration
public double Diameter { get; set; }
Property Value
System.Double
The property. |
ItemGeometry
Gets or sets the geometry that defines the bubble series item visualization.
Declaration
public Geometry ItemGeometry { get; set; }
Property Value
System.Windows.Media.Geometry
|
Left
Gets or sets the property.
Declaration
public double Left { get; set; }
Property Value
System.Double
The property. |
Radius
Gets or sets a value indicating the radius of the bubble (circle).
Declaration
public double Radius { get; set; }
Property Value
System.Double
The radius. |
RelativeCenterPoint
Gets or sets the relative center point.
Declaration
public Point RelativeCenterPoint { get; set; }
Property Value
System.Windows.Point
The relative center point. |
Top
Gets or sets the property.
Declaration
public double Top { get; set; }
Property Value
System.Double
The property. |
Methods
ApplyCustomAppearanceSettings()
Applies the custom appearance settings.
Declaration
protected override void ApplyCustomAppearanceSettings()
Overrides
ArrangeOverride(Size)
Called to arrange and size the content of a System.Windows.Controls.Control object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The size of the control. |
Overrides
ConfigureInitialTransformState()
Configures the initial state of the transform.
Declaration
protected override void ConfigureInitialTransformState()
Overrides
DataPointPropertyChanged(Object, PropertyChangedEventArgs)
This method is called whenever the PropertyChanged event of the DataPoint occurs.
Declaration
protected override void DataPointPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
The sender. |
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
Overrides
OnAnimationSettingsChanged()
Called when the animation settings associated with the respective series item change.
Declaration
protected override void OnAnimationSettingsChanged()
Overrides
SetSeriesItemStyle()
Sets the series item style.
Declaration
protected override void SetSeriesItemStyle()