Class ScatterPointSeries
Inheritance
System.Object
ScatterPointSeries
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 ScatterPointSeries : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ScatterPointSeries()
Declaration
public ScatterPointSeries()
Properties
EllipseScatterPoints
Declaration
public IList<ShapePoint<Ellipse>> EllipseScatterPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Ellipse>>
|
EllipseScatterPointsCount
Declaration
public int EllipseScatterPointsCount { get; }
Property Value
System.Int32
|
PathScatterPoints
Declaration
public IList<ShapePoint<Path>> PathScatterPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Path>>
|
PathScatterPointsCount
Declaration
public int PathScatterPointsCount { get; }
Property Value
System.Int32
|
RectangleScatterPoints
Declaration
public IList<ShapePoint<Rectangle>> RectangleScatterPoints { get; }
Property Value
System.Collections.Generic.IList<ShapePoint<Rectangle>>
|
RectangleScatterPointsCount
Declaration
public int RectangleScatterPointsCount { get; }
Property Value
System.Int32
|
TriangleScatterPoints
Declaration
public IList<ShapePoint<Polygon>> TriangleScatterPoints { 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
|