PolarPointSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class PolarPointSeries : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlPolarPointSeries...
Implements:
Inherited Members
Constructors
C#
public PolarPointSeries()
Properties
EllipsePolarPoints
IList<ShapePoint<Ellipse>>
C#
public IList<ShapePoint<Ellipse>> EllipsePolarPoints { get; }
C#
public int EllipsePolarPointsCount { get; }
PathPolarPoints
IList<ShapePoint<Path>>
C#
public IList<ShapePoint<Path>> PathPolarPoints { get; }
C#
public int PathPolarPointsCount { get; }
RectanglePolarPoints
IList<ShapePoint<Rectangle>>
C#
public IList<ShapePoint<Rectangle>> RectanglePolarPoints { get; }
C#
public int RectanglePolarPointsCount { get; }
TrianglePolarPoints
IList<ShapePoint<Polygon>>
C#
public IList<ShapePoint<Polygon>> TrianglePolarPoints { get; }
C#
public int TrianglePolarPointsCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: