Class CartesianCustomLineAnnotation
Represents a line annotation. The locations of the two points that determine the line are calculated base on the
Horizontal
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CartesianCustomLineAnnotation : CartesianChartAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CartesianCustomLineAnnotation()
Initializes a new instance of the Cartesian
Declaration
public CartesianCustomLineAnnotation()
Fields
DashArrayProperty
Identifies the Dash
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.
|
HorizontalAxisProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalAxisProperty
Field Value
System.
|
HorizontalFromProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalFromProperty
Field Value
System.
|
HorizontalToProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalToProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
VerticalAxisProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalAxisProperty
Field Value
System.
|
VerticalFromProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalFromProperty
Field Value
System.
|
VerticalToProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalToProperty
Field Value
System.
|
Properties
DashArray
Gets or sets a collection of System.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System. The line dash array. |
HorizontalAxis
Gets or sets the horizontal axis.
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
Cartesian The horizontal axis. |
HorizontalFrom
Gets or sets the horizontal value that the line will be drawn from.
Declaration
public object HorizontalFrom { get; set; }
Property Value
System.
|
HorizontalTo
Gets or sets the horizontal value that the line will be drawn to.
Declaration
public object HorizontalTo { get; set; }
Property Value
System.
|
Stroke
Gets or sets the System.
Declaration
public Brush Stroke { get; set; }
Property Value
System. The line stroke. |
StrokeThickness
Gets or sets the width of the shape stroke outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
System. The line stroke thickness. |
VerticalAxis
Gets or sets the vertical axis.
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
Cartesian The vertical axis. |
VerticalFrom
Gets or sets the vertical value that the line will be drawn from.
Declaration
public object VerticalFrom { get; set; }
Property Value
System.
|
VerticalTo
Gets or sets the vertical value that the line will be drawn to.
Declaration
public object VerticalTo { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |