ScatterPointSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class ScatterPointSeries : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlScatterPointSeries...
Implements:
Inherited Members
Constructors
C#
public ScatterPointSeries()
Properties
EllipseScatterPoints
IList<ShapePoint<Ellipse>>
C#
public IList<ShapePoint<Ellipse>> EllipseScatterPoints { get; }
C#
public int EllipseScatterPointsCount { get; }
PathScatterPoints
IList<ShapePoint<Path>>
C#
public IList<ShapePoint<Path>> PathScatterPoints { get; }
C#
public int PathScatterPointsCount { get; }
RectangleScatterPoints
IList<ShapePoint<Rectangle>>
C#
public IList<ShapePoint<Rectangle>> RectangleScatterPoints { get; }
C#
public int RectangleScatterPointsCount { get; }
TriangleScatterPoints
IList<ShapePoint<Polygon>>
C#
public IList<ShapePoint<Polygon>> TriangleScatterPoints { get; }
C#
public int TriangleScatterPointsCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: