New to Telerik UI for WPFStart a free 30-day trial

Allows you highlight the area between two values drawn by the Axis in the RadCartesianChart.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianPlotBandAnnotation...

Implements: IChartElementPresenter

Inherited Members CartesianStrokedAnnotation.StrokePropertyCartesianStrokedAnnotation.StrokeThicknessPropertyCartesianStrokedAnnotation.DashArrayPropertyCartesianStrokedAnnotation.LabelPropertyCartesianStrokedAnnotation.LabelDefinitionPropertyCartesianStrokedAnnotation.StrokeCartesianStrokedAnnotation.StrokeThicknessCartesianStrokedAnnotation.DashArrayCartesianStrokedAnnotation.LabelCartesianStrokedAnnotation.LabelDefinitionChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnAttached()ChartAnnotation.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

Initializes a new instance of the CartesianPlotBandAnnotation class.

C#
public CartesianPlotBandAnnotation()

Fields

AxisProperty

DependencyProperty

Identifies the Axis dependency property.

C#
public static readonly DependencyProperty AxisProperty

FillProperty

DependencyProperty

Identifies the Fill dependency property.

C#
public static readonly DependencyProperty FillProperty

FromProperty

DependencyProperty

Identifies the From dependency property.

C#
public static readonly DependencyProperty FromProperty

ToProperty

DependencyProperty

Identifies the To dependency property.

C#
public static readonly DependencyProperty ToProperty

Properties

Gets or sets the axis.

C#
public CartesianAxis Axis { get; set; }
Property Value:

The axis.

Fill

Brush

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

C#
public Brush Fill { get; set; }
Property Value:

The fill.

Gets or sets from.

C#
public object From { get; set; }
Property Value:

From.

Gets a value indicating whether the stroke goes inwards by the full .

C#
protected override bool IsStrokeInset { get; }
Property Value:

true if this instance is stroke inset; otherwise, false.

Overrides: CartesianStrokedAnnotation.IsStrokeInset

Gets the presenter.

C#
protected override Shape Presenter { get; }
Property Value:

The presenter.

Overrides: CartesianStrokedAnnotation.Presenter

Gets or sets to.

C#
public object To { get; set; }
Property Value:

To.

Methods

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

C#
public override void OnApplyTemplate()

Overrides: ChartAnnotation.OnApplyTemplate()