PointSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class PointSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBasePointSeries...
Implements:
Inherited Members
Constructors
C#
public PointSeries()
Properties
EllipsePoints
IList<ShapePoint<Ellipse>>
C#
public IList<ShapePoint<Ellipse>> EllipsePoints { get; }
C#
public int EllipsePointsCount { get; }
PathPoints
IList<ShapePoint<Path>>
C#
public IList<ShapePoint<Path>> PathPoints { get; }
C#
public int PathPointsCount { get; }
RectanglePoints
IList<ShapePoint<Rectangle>>
C#
public IList<ShapePoint<Rectangle>> RectanglePoints { get; }
C#
public int RectangleScatterPointsCount { get; }
TrianglePoints
IList<ShapePoint<Polygon>>
C#
public IList<ShapePoint<Polygon>> TrianglePoints { get; }
C#
public int TriangleScatterPointsCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: