ClassRangeSplineSeries
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RangeSplineSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBaseRangeSplineSeries
Implements:
Inherited Members
Constructors
RangeSplineSeries()
Initializes a new instance of the SplineAreaSeries class.
Declaration
public RangeSplineSeries()
Properties
EllipsePointMarks
Get the list of ellipse point marks.
Declaration
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
Property Value
EllipsePointMarksCount
Get the ellipse point marks count.
RangeSplineColor
Get the RangeSpline color.
RangeSplineFigures
Gets a list of RangeSpline Figures
Declaration
public List<PathFigure> RangeSplineFigures { get; }
Property Value
Remarks
Will return 1 in scenarios with no empty values.
RangeSplinePointsCollection
Get the second polylines Points collection.
RangeSplineSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string RangeSplineSeriesColorValue { get; }
Property Value
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 SplineAreaSeries.
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