Class
PolarCustomAnnotation

Allows you to place a custom object at a specific place in your RadPolarChart.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class PolarCustomAnnotation : PolarChartAnnotation, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarCustomAnnotation

Implements: IChartElementPresenter

Inherited Members PolarChartAnnotation.OnAttached()ChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnDetached(RadChartBase)ChartAnnotation.OnCreateAutomationPeer()ChartAnnotation.ClipToPlotAreaChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(ChartNode, object)PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.OnLoaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

PolarCustomAnnotation()

Initializes a new instance of the PolarCustomAnnotation class.

Declaration

cs-api-definition
public PolarCustomAnnotation()

Fields

ContentProperty

Identifies the Content dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContentProperty

Field Value

DependencyProperty

ContentTemplateProperty

Identifies the ContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContentTemplateProperty

Field Value

DependencyProperty

HorizontalOffsetProperty

Identifies the HorizontalOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalOffsetProperty

Field Value

DependencyProperty

PolarValueProperty

Identifies the PolarValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PolarValueProperty

Field Value

DependencyProperty

RadialValueProperty

Identifies the RadialValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RadialValueProperty

Field Value

DependencyProperty

VerticalOffsetProperty

Identifies the VerticalOffset dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VerticalOffsetProperty

Field Value

DependencyProperty

Properties

Content

Gets or sets the content.

Declaration

cs-api-definition
public object Content { get; set; }

Property Value

object

The content.

ContentTemplate

Gets or sets the content template.

Declaration

cs-api-definition
public DataTemplate ContentTemplate { get; set; }

Property Value

DataTemplate

The content template.

HorizontalOffset

Gets or sets the horizontal offset.

Declaration

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

The horizontal offset.

PolarValue

Gets or sets the polar value.

Declaration

cs-api-definition
public double PolarValue { get; set; }

Property Value

double

The polar value.

RadialValue

Gets or sets the radial value.

Declaration

cs-api-definition
public object RadialValue { get; set; }

Property Value

object

The radial value.

VerticalOffset

Gets or sets the vertical offset.

Declaration

cs-api-definition
public double VerticalOffset { get; set; }

Property Value

double

The vertical offset.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides ChartAnnotation.OnApplyTemplate()