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 MarkedZone class.
Declaration
public MarkedZone(double startX, double endX, double startY, double endY)
Parameters
System.Double
startX
The start X. |
System.Double
endX
The end X. |
System.Double
startY
The start Y. |
System.Double
endY
The end Y. |
Fields
ElementMarginProperty
Identifies the ElementMargin dependency property.
Declaration
public static readonly DependencyProperty ElementMarginProperty
Field Value
System.Windows.DependencyProperty
|
EndXProperty
Identifies the EndX dependency property.
Declaration
public static readonly DependencyProperty EndXProperty
Field Value
System.Windows.DependencyProperty
|
EndYProperty
Identifies the EndY dependency property.
Declaration
public static readonly DependencyProperty EndYProperty
Field Value
System.Windows.DependencyProperty
|
StartXProperty
Identifies the StartX dependency property.
Declaration
public static readonly DependencyProperty StartXProperty
Field Value
System.Windows.DependencyProperty
|
StartYProperty
Identifies the StartY dependency property.
Declaration
public static readonly DependencyProperty StartYProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ElementMargin
Gets or sets the ElementMargin.
Declaration
public Thickness ElementMargin { get; set; }
Property Value
System.Windows.Thickness
|
EndX
Gets or sets the EndX.
Declaration
public double EndX { get; set; }
Property Value
System.Double
|
EndY
Gets or sets the EndY.
Declaration
public double EndY { get; set; }
Property Value
System.Double
|
StartX
Gets or sets the StartX.
Declaration
public double StartX { get; set; }
Property Value
System.Double
|
StartY
Gets or sets the StartY.
Declaration
public double StartY { get; set; }
Property Value
System.Double
|
Methods
Update()
Updates the geometry of the annotation.
Declaration
protected override void Update()