Class ChartSeriesRange
Inheritance
System.Object
ChartSeriesRange
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.Charting.Series
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ChartSeriesRange : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ChartSeriesRange()
Declaration
public ChartSeriesRange()
Properties
ChartType
EndPoint
EndPointX
Declaration
public double EndPointX { get; set; }
Property Value
System.Double
|
EndPointY
Declaration
public double EndPointY { get; set; }
Property Value
System.Double
|
RangeWidth
Declaration
public double RangeWidth { get; set; }
Property Value
System.Double
|
SideEndPoint
SideEndPointX
Declaration
public double SideEndPointX { get; set; }
Property Value
System.Double
|
SideEndPointY
Declaration
public double SideEndPointY { get; set; }
Property Value
System.Double
|
SideStartPoint
SideStartPointX
Declaration
public double SideStartPointX { get; set; }
Property Value
System.Double
|
SideStartPointY
Declaration
public double SideStartPointY { get; set; }
Property Value
System.Double
|
StartPoint
StartPointX
Declaration
public double StartPointX { get; set; }
Property Value
System.Double
|
StartPointY
Declaration
public double StartPointY { get; set; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
XValue
Declaration
public double XValue { get; set; }
Property Value
System.Double
|
Y1Value
Declaration
public double Y1Value { get; set; }
Property Value
System.Double
|
Y2Value
Declaration
public double Y2Value { get; set; }
Property Value
System.Double
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|