ClassScatterBubbleSeries
Represents the ScatterBubbleSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class ScatterBubbleSeries : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlScatterBubbleSeries
Implements:
Inherited Members
Constructors
ScatterBubbleSeries()
Declaration
public ScatterBubbleSeries()
Properties
EllipseScatterPoints
Get the list of Ellipse scatter points.
Declaration
public IList<ShapePoint<Ellipse>> EllipseScatterPoints { get; }
Property Value
IList<ShapePoint<Ellipse>>
EllipseScatterPointsCount
Get the ellipse scatter points count.
PathScatterPoints
Get the list of Path scatter points.
Declaration
public IList<ShapePoint<Path>> PathScatterPoints { get; }
Property Value
IList<ShapePoint<Path>>
PathScatterPointsCount
Get the path scatter points count.
RectangleScatterPoints
Get the list of Rectangle scatter points.
Declaration
public IList<ShapePoint<Rectangle>> RectangleScatterPoints { get; }
Property Value
IList<ShapePoint<Rectangle>>
RectangleScatterPointsCount
Get the rectangle scatter points count.
ScatterBubbleItems
Get the list of Bubble points.
Declaration
public IList<ChartViewPathItem> ScatterBubbleItems { get; }
Property Value
TriangleScatterPoints
Get the list of Triangle scatter points.
Declaration
public IList<ShapePoint<Polygon>> TriangleScatterPoints { 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