Class ScatterAreaSeries
Inheritance
System.Object
ScatterAreaSeries
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 ScatterAreaSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ScatterAreaSeries()
Declaration
public ScatterAreaSeries()
Properties
AreaColor
AreaFigures
Declaration
public List<PathFigure> AreaFigures { get; }
Property Value
System.Collections.Generic.List<PathFigure>
|
AreaSeriesColorValue
Declaration
public string AreaSeriesColorValue { get; }
Property Value
System.String
|
EllipsePointMarks
Declaration
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
Property Value
System.Collections.Generic.IList<ChartViewEllipsePointMark>
|
EllipsePointMarksCount
Declaration
public int EllipsePointMarksCount { get; }
Property Value
System.Int32
|
RectanglePointMarks
Declaration
public IList<ChartViewRectanglePointMark> RectanglePointMarks { get; }
Property Value
System.Collections.Generic.IList<ChartViewRectanglePointMark>
|
RectanglePointMarksCount
Declaration
public int RectanglePointMarksCount { get; }
Property Value
System.Int32
|
ScatterAreaPointsCollection
Declaration
public List<Point> ScatterAreaPointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
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
|