Class CartesianPlotBandAnnotation
Allows you highlight the area between two values drawn by the Axis in a cartesian chart.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class CartesianPlotBandAnnotation : CartesianChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
CartesianPlotBandAnnotation()
Initializes a new instance of the CartesianPlotBandAnnotation class.
Declaration
public CartesianPlotBandAnnotation()
CartesianPlotBandAnnotation(CartesianAxis, Object, Object)
Initializes a new instance of the CartesianPlotBandAnnotation class.
Declaration
public CartesianPlotBandAnnotation(CartesianAxis axis, object from, object to)
Parameters
CartesianAxis
axis
The axis agains which the annotation will be plotted. |
System.Object
from
The value of the axis where the annotation will start. |
System.Object
to
The value of the axis where the annotation will end. |
Fields
AxisProperty
FromProperty
LabelProperty
ToProperty
Properties
Axis
Gets or sets the axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
CartesianAxis
The axis. |
From
Gets or sets from.
Declaration
public object From { get; set; }
Property Value
System.Object
From. |
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
System.String
The label. |
To
Gets or sets to.
Declaration
public object To { get; set; }
Property Value
System.Object
To. |