ClassChartSeriesBubble
Class
Represents the RadChart for Silverlight ChartSeriesBubble control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartSeriesBubble : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesBubble
Implements:
Inherited Members
Constructors
ChartSeriesBubble()
Initializes a new instance of the ChartSeriesBubble class.
Declaration
cs-api-definition
public ChartSeriesBubble()
Properties
BubbleRadius
Get the bubble radius.
BubbleSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Center
Get the bubble center point.
CenterPoint
Get the center point property.
ChartType
Get the series type.
Color
Get the bubble color.
Radius
Get the bubble radius.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides