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