Class RangeSplineSeries
Inheritance
System.Object
RangeSplineSeries
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RangeSplineSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RangeSplineSeries()
Declaration
public RangeSplineSeries()
Properties
EllipsePointMarks
Declaration
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
Property Value
System.Collections.Generic.IList<ChartViewEllipsePointMark>
|
EllipsePointMarksCount
Declaration
public int EllipsePointMarksCount { get; }
Property Value
System.Int32
|
RangeSplineColor
RangeSplineFigures
Declaration
public List<PathFigure> RangeSplineFigures { get; }
Property Value
System.Collections.Generic.List<PathFigure>
|
RangeSplinePointsCollection
Declaration
public List<Point> RangeSplinePointsCollection { get; }
Property Value
System.Collections.Generic.List<Point>
|
RangeSplineSeriesColorValue
Declaration
public string RangeSplineSeriesColorValue { get; }
Property Value
System.String
|
RectanglePointMarks
Declaration
public IList<ChartViewRectanglePointMark> RectanglePointMarks { get; }
Property Value
System.Collections.Generic.IList<ChartViewRectanglePointMark>
|
RectanglePointMarksCount
Declaration
public int RectanglePointMarksCount { get; }
Property Value
System.Int32
|
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
|