Allows you highlight the area between two values drawn by the Axis in a cartesian chart.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class CartesianPlotBandAnnotation : CartesianChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationCartesianChartAnnotationCartesianPlotBandAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianPlotBandAnnotation class.
C#
public CartesianPlotBandAnnotation()
Initializes a new instance of the CartesianPlotBandAnnotation class.
C#
public CartesianPlotBandAnnotation(CartesianAxis axis, object from, object to)
The axis agains which the annotation will be plotted.
fromobjectThe value of the axis where the annotation will start.
toobjectThe value of the axis where the annotation will end.
Fields
C#
public static readonly RadProperty AxisProperty
C#
public static readonly RadProperty FromProperty
C#
public static readonly RadProperty LabelProperty
C#
public static readonly RadProperty ToProperty
Properties
Gets or sets the axis.
C#
public CartesianAxis Axis { get; set; }
The axis.