Class
RadialAxisPlotBandAnnotation

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class RadialAxisPlotBandAnnotation : PolarStrokedAnnotation, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotationRadialAxisPlotBandAnnotation

Implements: IChartElementPresenter

Inherited Members PolarStrokedAnnotation.StrokePropertyPolarStrokedAnnotation.StrokeThicknessPropertyPolarStrokedAnnotation.DashArrayPropertyPolarStrokedAnnotation.StrokePolarStrokedAnnotation.StrokeThicknessPolarStrokedAnnotation.DashArrayPolarChartAnnotation.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

RadialAxisPlotBandAnnotation()

Initializes a new instance of the RadialAxisPlotBandAnnotation class.

Declaration

cs-api-definition
public RadialAxisPlotBandAnnotation()

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 object From { get; set; }

Property Value

object

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 object To { get; set; }

Property Value

object

To.

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()