Class PointSeries
Inheritance
System.Object
PointSeries
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class PointSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
PointSeries()
Declaration
public PointSeries()
Properties
EllipsePoints
Declaration
public IList<ShapePoint<Ellipse>> EllipsePoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Ellipse>>
|
EllipsePointsCount
Declaration
public int EllipsePointsCount { get; }
Property Value
System.Int32
|
PathPoints
Declaration
public IList<ShapePoint<Path>> PathPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Path>>
|
PathPointsCount
Declaration
public int PathPointsCount { get; }
Property Value
System.Int32
|
RectanglePoints
Declaration
public IList<ShapePoint<Rectangle>> RectanglePoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Rectangle>>
|
RectangleScatterPointsCount
Declaration
public int RectangleScatterPointsCount { get; }
Property Value
System.Int32
|
TrianglePoints
Declaration
public IList<ShapePoint<Polygon>> TrianglePoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Polygon>>
|
TriangleScatterPointsCount
Declaration
public int TriangleScatterPointsCount { get; }
Property Value
System.Int32
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
ZIndex
Declaration
public int ZIndex { get; }
Property Value
System.Int32
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|