ScatterAreaSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class ScatterAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseScatterAreaSeries...
Implements:
Inherited Members
Constructors
C#
public ScatterAreaSeries()
Properties
C#
public List<PathFigure> AreaFigures { get; }
C#
public string AreaSeriesColorValue { get; }
C#
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
C#
public int EllipsePointMarksCount { get; }
C#
public IList<ChartViewRectanglePointMark> RectanglePointMarks { get; }
C#
public int RectanglePointMarksCount { get; }
C#
public List<Point> ScatterAreaPointsCollection { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: