Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class ScatterSplineAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseScatterSplineAreaSeries...
Implements:
Inherited Members
Constructors
C#
public ScatterSplineAreaSeries()
Properties
C#
public List<PathFigure> AreaFigures { 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 Color ScatterSplineAreaColor { get; }
C#
public List<Point> ScatterSplineAreaPointsCollection { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: