New to Telerik UI for WPFStart a free 30-day trial

Encapsulates the data associated with the AnnotationCreated event.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class ChartAnnotationCreatedEventArgs : EventArgs

Inheritance: objectEventArgsChartAnnotationCreatedEventArgs

Inherited Members EventArgs.Empty

Properties

The annotation that was just created. It can be set up additionally or completely replaced. This property may be null (for example in cases when a suitable descriptor was not found). In such a case, this property can still be used to set a new annotation that will get added to the chart.

C#
public ChartAnnotation Annotation { get; set; }

The view model (data context) of the annotation.

C#
public object Context { get; }
In this article
DefinitionPropertiesAnnotationContext
Not finding the help you need?
Contact Support