Class AnnotationBase
This provides base functionality for all RadChart annotations.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class AnnotationBase : Control, ILogicalItem
Fields
ElementStyleProperty
Identifies the Element
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
YAxisNameProperty
Identifies the YAxis
Declaration
public static readonly DependencyProperty YAxisNameProperty
Field Value
System.
|
Properties
AxisX
AxisY
ChartArea
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
System. The element style. |
Stroke
Gets or sets the Stroke.
Declaration
public Brush Stroke { get; set; }
Property Value
System.
|
StrokeThickness
Gets or sets the StrokeThickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
YAxisName
Gets or sets the YAxisName.
Declaration
public string YAxisName { get; set; }
Property Value
System.
|
Methods
ConvertXDataUnitsToPhysical(Double)
Converts data to physical unit along the X-axis.
Declaration
protected double ConvertXDataUnitsToPhysical(double dataPoint)
Parameters
System.
|
Returns
System.
|
ConvertYDataUnitsToPhysical(Double)
Converts data to physical unit along the Y-axis.
Declaration
protected double ConvertYDataUnitsToPhysical(double dataPoint)
Parameters
System.
|
Returns
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Update()
Updates the geometry of the annotation.
Declaration
protected abstract void Update()