ClassPointSeries
Represents the PointSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class PointSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBasePointSeries
Implements:
Inherited Members
Constructors
PointSeries()
Declaration
public PointSeries()
Properties
EllipsePoints
Get the list of Ellipse scatter points.
Declaration
public IList<ShapePoint<Ellipse>> EllipsePoints { get; }
Property Value
IList<ShapePoint<Ellipse>>
EllipsePointsCount
Get the ellipse scatter points count.
PathPoints
Get the list of Path scatter points.
Declaration
public IList<ShapePoint<Path>> PathPoints { get; }
Property Value
IList<ShapePoint<Path>>
PathPointsCount
Get the path scatter points count.
RectanglePoints
Get the list of Rectangle scatter points.
Declaration
public IList<ShapePoint<Rectangle>> RectanglePoints { get; }
Property Value
IList<ShapePoint<Rectangle>>
RectangleScatterPointsCount
Get the rectangle scatter points count.
TrianglePoints
Get the list of Triangle scatter points.
Declaration
public IList<ShapePoint<Polygon>> TrianglePoints { get; }
Property Value
IList<ShapePoint<Polygon>>
TriangleScatterPointsCount
Get the triangle scatter points count.
XamlTag
Get the xaml tag of ScatterPointSeries.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides