Class LineAnnotationBase
Provides base functionality for all line related annotations.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class LineAnnotationBase : AnnotationBase, ILogicalItem
Constructors
LineAnnotationBase()
Declaration
protected LineAnnotationBase()
Fields
ElementX1Property
Identifies the ElementX1 dependency property.
Declaration
public static readonly DependencyProperty ElementX1Property
Field Value
System.Windows.DependencyProperty
|
ElementX2Property
Identifies the ElementX2 dependency property.
Declaration
public static readonly DependencyProperty ElementX2Property
Field Value
System.Windows.DependencyProperty
|
ElementY1Property
Identifies the ElementY1 dependency property.
Declaration
public static readonly DependencyProperty ElementY1Property
Field Value
System.Windows.DependencyProperty
|
ElementY2Property
Identifies the ElementY2 dependency property.
Declaration
public static readonly DependencyProperty ElementY2Property
Field Value
System.Windows.DependencyProperty
|
Properties
ElementX1
Gets or sets the ElementX1.
Declaration
public double ElementX1 { get; set; }
Property Value
System.Double
|
ElementX2
Gets or sets the ElementX2.
Declaration
public double ElementX2 { get; set; }
Property Value
System.Double
|
ElementY1
Gets or sets the ElementY1.
Declaration
public double ElementY1 { get; set; }
Property Value
System.Double
|
ElementY2
Gets or sets the ElementY2.
Declaration
public double ElementY2 { get; set; }
Property Value
System.Double
|