ClassBubbleSeries
Represents the BubbleSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class BubbleSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBaseBubbleSeries
Implements:
Inherited Members
Constructors
BubbleSeries()
Declaration
public BubbleSeries()
Properties
BubbleItems
Get the list of Bubble points.
Declaration
public IList<ChartViewPathItem> BubbleItems { get; }
Property Value
EllipsePoints
Get the list of Ellipse scatter points.
Declaration
public IList<ShapePoint<Ellipse>> EllipsePoints { get; }
Property Value
IList<ShapePoint<Ellipse>>
EllipsePointsCount
Get the ellipse scatter points count.
PathPoints
Get the list of Path scatter points.
Declaration
public IList<ShapePoint<Path>> PathPoints { get; }
Property Value
IList<ShapePoint<Path>>
PathPointsCount
Get the path scatter points count.
RectanglePoints
Get the list of Rectangle scatter points.
Declaration
public IList<ShapePoint<Rectangle>> RectanglePoints { get; }
Property Value
IList<ShapePoint<Rectangle>>
RectangleScatterPointsCount
Get the rectangle scatter points count.
TrianglePoints
Get the list of Triangle scatter points.
Declaration
public IList<ShapePoint<Polygon>> TrianglePoints { get; }
Property Value
IList<ShapePoint<Polygon>>
TriangleScatterPointsCount
Get the triangle scatter points count.
XamlTag
Get the xaml tag of ScatterPointSeries.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides