Class MarkedZone
MarkedZone annotation.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class MarkedZone : AnnotationBase, ILogicalItem
Constructors
MarkedZone()
MarkedZone(Double, Double, Double, Double)
Initializes a new instance of the Marked
Declaration
public MarkedZone(double startX, double endX, double startY, double endY)
Parameters
System. The start X. |
System. The end X. |
System. The start Y. |
System. The end Y. |
Fields
ElementMarginProperty
Identifies the Element
Declaration
public static readonly DependencyProperty ElementMarginProperty
Field Value
System.
|
EndXProperty
Identifies the End
Declaration
public static readonly DependencyProperty EndXProperty
Field Value
System.
|
EndYProperty
Identifies the End
Declaration
public static readonly DependencyProperty EndYProperty
Field Value
System.
|
StartXProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartXProperty
Field Value
System.
|
StartYProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartYProperty
Field Value
System.
|
Properties
ElementMargin
Gets or sets the ElementMargin.
Declaration
public Thickness ElementMargin { get; set; }
Property Value
System.
|
EndX
Gets or sets the EndX.
Declaration
public double EndX { get; set; }
Property Value
System.
|
EndY
Gets or sets the EndY.
Declaration
public double EndY { get; set; }
Property Value
System.
|
StartX
Gets or sets the StartX.
Declaration
public double StartX { get; set; }
Property Value
System.
|
StartY
Gets or sets the StartY.
Declaration
public double StartY { get; set; }
Property Value
System.
|
Methods
Update()
Updates the geometry of the annotation.
Declaration
protected override void Update()