ClassChartSeriesRange
Represents the RadChart for Silverlight ChartSeriesRange control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesRange : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesRange
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesRange()
Initializes a new instance of the ChartSeriesRange class.
Declaration
public ChartSeriesRange()
Properties
ChartType
Get the series type.
EndPoint
Get the range end point.
EndPointX
Get the range end point x.
EndPointY
Get the range end point y.
RangeWidth
Get the range width.
SideEndPoint
Get the range side end point.
SideEndPointX
Get the range side end point x.
SideEndPointY
Get the range side end point y.
SideStartPoint
Get the range side start point.
SideStartPointX
Get the range side start point x.
SideStartPointY
Get the range side start point y.
StartPoint
Get the range start point.
StartPointX
Get the range start point x.
StartPointY
Get the range start point y.
XValue
Get the range X value property.
XamlTag
Get the xaml tag of Range.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Y1Value
Get the range Y1 value property.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides