Class CartesianCustomLineAnnotation
Represents a line annotation. The locations of the two points that determine the line are calculated base on the HorizontalFrom, HorizontalTo, VerticalFrom and VerticalTo properties.
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 CartesianCustomLineAnnotation class.
Declaration
public CartesianCustomLineAnnotation()
Fields
DashArrayProperty
Identifies the DashArray dependency property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalAxisProperty
Identifies the HorizontalAxis dependency property.
Declaration
public static readonly DependencyProperty HorizontalAxisProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalFromProperty
Identifies the HorizontalFrom dependency property.
Declaration
public static readonly DependencyProperty HorizontalFromProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalToProperty
Identifies the HorizontalTo dependency property.
Declaration
public static readonly DependencyProperty HorizontalToProperty
Field Value
System.Windows.DependencyProperty
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
VerticalAxisProperty
Identifies the VerticalAxis dependency property.
Declaration
public static readonly DependencyProperty VerticalAxisProperty
Field Value
System.Windows.DependencyProperty
|
VerticalFromProperty
Identifies the VerticalFrom dependency property.
Declaration
public static readonly DependencyProperty VerticalFromProperty
Field Value
System.Windows.DependencyProperty
|
VerticalToProperty
Identifies the VerticalTo dependency property.
Declaration
public static readonly DependencyProperty VerticalToProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DashArray
Gets or sets a collection of System.Double values that indicate the pattern of dashes and gaps that is used to outline shapes.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System.Windows.Media.DoubleCollection
The line dash array. |
HorizontalAxis
Gets or sets the horizontal axis.
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
CartesianAxis
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.Object
|
HorizontalTo
Gets or sets the horizontal value that the line will be drawn to.
Declaration
public object HorizontalTo { get; set; }
Property Value
System.Object
|
Stroke
Gets or sets the System.Windows.Media.Brush that specifies how the shape outline is painted.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
The line stroke. |
StrokeThickness
Gets or sets the width of the shape stroke outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
The line stroke thickness. |
VerticalAxis
Gets or sets the vertical axis.
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
CartesianAxis
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.Object
|
VerticalTo
Gets or sets the vertical value that the line will be drawn to.
Declaration
public object VerticalTo { get; set; }
Property Value
System.Object
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected override void OnAttached()