ClassCartesianFromToAnnotation
Represents an annotation which position is defined by a rectangle defined by HorizontalFrom, HorizontalTo, VerticalFrom and VerticalTo properties.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class CartesianFromToAnnotation : CartesianStrokedAnnotation, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianFromToAnnotation
Derived Classes:
Implements:
Inherited Members
Constructors
CartesianFromToAnnotation()
Declaration
protected CartesianFromToAnnotation()
Fields
HorizontalAxisProperty
Identifies the HorizontalAxis dependency property.
Declaration
public static readonly DependencyProperty HorizontalAxisProperty
Field Value
DependencyProperty
HorizontalFromProperty
Identifies the HorizontalFrom dependency property.
Declaration
public static readonly DependencyProperty HorizontalFromProperty
Field Value
DependencyProperty
HorizontalToProperty
Identifies the HorizontalTo dependency property.
Declaration
public static readonly DependencyProperty HorizontalToProperty
Field Value
DependencyProperty
VerticalAxisProperty
Identifies the VerticalAxis dependency property.
Declaration
public static readonly DependencyProperty VerticalAxisProperty
Field Value
DependencyProperty
VerticalFromProperty
Identifies the VerticalFrom dependency property.
Declaration
public static readonly DependencyProperty VerticalFromProperty
Field Value
DependencyProperty
VerticalToProperty
Identifies the VerticalTo dependency property.
Declaration
public static readonly DependencyProperty VerticalToProperty
Field Value
DependencyProperty
Properties
HorizontalAxis
Gets or sets the horizontal axis that the annotation is associated with.
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
HorizontalFrom
Gets or sets the start horizontal coordinate of the annotation.
HorizontalTo
Gets or sets the end horizontal coordinate of the annotation.
VerticalAxis
Gets or sets the vertical axis that the annotation is associated with.
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
VerticalFrom
Gets or sets the start vertical coordinate of the annotation.
VerticalTo
Gets or sets the end vertical coordinate of the annotation.
Methods
ApplyTemplateCore()
Initializes the render surface template part.
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected override void OnAttached()
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides