ClassRangeSeries
Represents the RangeSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RangeSeries : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseRangeSeries
Implements:
Inherited Members
Constructors
RangeSeries()
Initializes a new instance of the RangeSeries class.
Declaration
public RangeSeries()
Properties
EllipsePointMarks
Get the list of ellipse point marks.
Declaration
public IList<ChartViewEllipsePointMark> EllipsePointMarks { get; }
Property Value
EllipsePointMarksCount
Get the ellipse point marks count.
RangeColor
Get the Range color.
RangeFigures
Gets a list of Range Figures
Declaration
public List<PathFigure> RangeFigures { get; }
Property Value
Remarks
Will return 1 in scenarios with no empty values.
RangePointsCollection
Get the second polylines Points collection.
RangeSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
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 RangeSeries.
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