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:
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianPlotBandAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianPlotBandAnnotation class.
public CartesianPlotBandAnnotation()
Fields
AxisProperty
DependencyProperty
Identifies the Axis dependency property.
public static readonly DependencyProperty AxisProperty
FillProperty
DependencyProperty
Identifies the Fill dependency property.
public static readonly DependencyProperty FillProperty
FromProperty
DependencyProperty
Identifies the From dependency property.
public static readonly DependencyProperty FromProperty
ToProperty
DependencyProperty
Identifies the To dependency property.
public static readonly DependencyProperty ToProperty
Properties
Gets or sets the axis.
public CartesianAxis Axis { get; set; }
The axis.
Fill
Brush
Gets or sets the Brush that specifies how the shape's interior is painted.
public Brush Fill { get; set; }
The fill.
Gets a value indicating whether the stroke goes inwards by the full .
protected override bool IsStrokeInset { get; }
true if this instance is stroke inset; otherwise, false.
Overrides:
Presenter
Shape
Gets the presenter.
protected override Shape Presenter { get; }
The presenter.
Overrides:
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides: