Class ChartAnnotationDescriptor
Represents a definition of a Chart
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartAnnotationDescriptor : DependencyObject
Constructors
ChartAnnotationDescriptor()
Declaration
public ChartAnnotationDescriptor()
Fields
StyleProperty
Identifies the Style dependency property.
Declaration
public static readonly DependencyProperty StyleProperty
Field Value
System.
|
Properties
Style
Gets or sets the Style of the annotations that are to be created.
Declaration
public Style Style { get; set; }
Property Value
System.
|
Methods
CreateAnnotationCore(Object)
Core entry point for creating the Chart
Declaration
protected virtual ChartAnnotation CreateAnnotationCore(object context)
Parameters
System. The context (the view model) for which a Chart |