Allows you to place a custom object at a specific place in your RadCartesianChart.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class CartesianCustomAnnotation : CartesianChartAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianCustomAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianCustomAnnotation class.
public CartesianCustomAnnotation()
Fields
ContentProperty
DependencyProperty
Identifies the Content dependency property.
public static readonly DependencyProperty ContentProperty
ContentTemplateProperty
DependencyProperty
Identifies the ContentTemplate dependency property.
public static readonly DependencyProperty ContentTemplateProperty
HorizontalAxisProperty
DependencyProperty
Identifies the HorizontalAxis dependency property.
public static readonly DependencyProperty HorizontalAxisProperty
HorizontalOffsetProperty
DependencyProperty
Identifies the HorizontalOffset dependency property.
public static readonly DependencyProperty HorizontalOffsetProperty
HorizontalValueProperty
DependencyProperty
Identifies the HorizontalValue dependency property.
public static readonly DependencyProperty HorizontalValueProperty
VerticalAxisProperty
DependencyProperty
Identifies the VerticalAxis dependency property.
public static readonly DependencyProperty VerticalAxisProperty
VerticalOffsetProperty
DependencyProperty
Identifies the VerticalOffset dependency property.
public static readonly DependencyProperty VerticalOffsetProperty
VerticalValueProperty
DependencyProperty
Identifies the VerticalValue dependency property.
public static readonly DependencyProperty VerticalValueProperty
Properties
Gets or sets the content.
public object Content { get; set; }
The content.
ContentTemplate
DataTemplate
Gets or sets the content template.
public DataTemplate ContentTemplate { get; set; }
The content template.
Gets or sets the horizontal axis.
public CartesianAxis HorizontalAxis { get; set; }
The horizontal axis.
Gets or sets the horizontal offset.
public double HorizontalOffset { get; set; }
The horizontal offset.
Gets or sets the horizontal value.
public object HorizontalValue { get; set; }
The horizontal value.
Gets or sets the vertical axis.
public CartesianAxis VerticalAxis { get; set; }
The vertical axis.
Gets or sets the vertical offset.
public double VerticalOffset { get; set; }
The vertical offset.
Gets or sets the vertical value.
public object VerticalValue { get; set; }
The vertical value.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides: