Class
PolarAxisPlotBandAnnotation

Allows you highlight the area between two values drawn by the PolarAxis in the RadPolarChart.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PolarAxisPlotBandAnnotation : PolarStrokedAnnotation, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotationPolarAxisPlotBandAnnotation

Implements: IChartElementPresenterIElementPresenter

Inherited Members PolarStrokedAnnotation.StrokePropertyPolarStrokedAnnotation.StrokeThicknessPropertyPolarStrokedAnnotation.StrokeDashArrayPropertyPolarStrokedAnnotation.StrokePolarStrokedAnnotation.StrokeThicknessPolarStrokedAnnotation.StrokeDashArrayPolarChartAnnotation.OnAttached()ChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnApplyTemplate()ChartAnnotation.OnDetached(RadChartBase)ChartAnnotation.ClipToPlotAreaChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(Node, object)PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

PolarAxisPlotBandAnnotation()

Initializes a new instance of the PolarAxisPlotBandAnnotation class.

Declaration

cs-api-definition
public PolarAxisPlotBandAnnotation()

Fields

FillProperty

Identifies the Fill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillProperty

Field Value

DependencyProperty

FromProperty

Identifies the From dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FromProperty

Field Value

DependencyProperty

ToProperty

Identifies the To dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToProperty

Field Value

DependencyProperty

Properties

Fill

Gets or sets the Brush that specifies how the shape's interior is painted.

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

The fill.

From

Gets or sets from.

Declaration

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

Property Value

double

From.

Presenter

Gets the presenter.

Declaration

cs-api-definition
protected override Shape Presenter { get; }

Property Value

Shape

The presenter.

Overrides PolarStrokedAnnotation.Presenter

To

Gets or sets to.

Declaration

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

Property Value

double

To.

Methods

ApplyTemplateCore()

Initializes the render surface template part.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides PresenterBase.ApplyTemplateCore()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides ChartAnnotation.OnCreateAutomationPeer()

UnapplyTemplateCore()

Removes the current control template. Occurs when a template has already been applied and a new one is applied.

Declaration

cs-api-definition
protected override void UnapplyTemplateCore()

Overrides RadControl.UnapplyTemplateCore()