ClassScatterSplineSeries
Represents the ScatterSplineSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class ScatterSplineSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseScatterSplineSeries
Implements:
Inherited Members
Constructors
ScatterSplineSeries()
Initializes a new instance of the ScatterSplineSeries class.
Declaration
public ScatterSplineSeries()
Properties
EllipsePointMarks
Get the list of ellipse point marks.
Declaration
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
Property Value
EllipsePointMarksCount
Get the ellipse point marks count.
RectanglePointMarks
Get the list of rectangle point marks.
Declaration
public IList<ChartViewRectanglePointMark> RectanglePointMarks { get; }
Property Value
RectanglePointMarksCount
Get the rectangle point marks count.
XamlTag
Get the xaml tag of ScatterSplineSeries.
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