ClassScatterPointSeries
Represents the ScatterPointSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class ScatterPointSeries : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlScatterPointSeries
Implements:
Inherited Members
Constructors
ScatterPointSeries()
Initializes a new instance of the ScatterPointSeries class.
Declaration
public ScatterPointSeries()
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.
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