Class CartesianPlotBandAnnotation
Allows you highlight the area between two values drawn by the Axis in the RadCartesianChart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CartesianPlotBandAnnotation()
Initializes a new instance of the CartesianPlotBandAnnotation class.
Declaration
public CartesianPlotBandAnnotation()
Fields
AxisProperty
Identifies the Axis dependency property.
Declaration
public static readonly DependencyProperty AxisProperty
Field Value
System.Windows.DependencyProperty
|
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
FromProperty
Identifies the From dependency property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
System.Windows.DependencyProperty
|
ToProperty
Identifies the To dependency property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Axis
Gets or sets the axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
CartesianAxis
The axis. |
Fill
Gets or sets the Brush that specifies how the shape's interior is painted.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
The fill. |
From
Gets or sets from.
Declaration
public object From { get; set; }
Property Value
System.Object
From. |
IsStrokeInset
Gets a value indicating whether the stroke goes inwards by the full System.Windows.Shapes.Shape.StrokeThickness.
Declaration
protected override bool IsStrokeInset { get; }
Property Value
System.Boolean
|
Overrides
Presenter
Gets the presenter.
Declaration
protected override Shape Presenter { get; }
Property Value
System.Windows.Shapes.Shape
The presenter. |
Overrides
To
Gets or sets to.
Declaration
public object To { get; set; }
Property Value
System.Object
To. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()