ClassCartesianPlotBandAnnotation
Class
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:
cs-api-definition
public class CartesianPlotBandAnnotation : CartesianChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationCartesianChartAnnotationCartesianPlotBandAnnotation
Implements:
Inherited Members
Constructors
CartesianPlotBandAnnotation()
Initializes a new instance of the CartesianPlotBandAnnotation class.
Declaration
cs-api-definition
public CartesianPlotBandAnnotation()
CartesianPlotBandAnnotation(CartesianAxis, object, object)
Initializes a new instance of the CartesianPlotBandAnnotation class.
Declaration
cs-api-definition
public CartesianPlotBandAnnotation(CartesianAxis axis, object from, object to)
Parameters
axis
The axis agains which the annotation will be plotted.
from
The value of the axis where the annotation will start.
to
The value of the axis where the annotation will end.
Fields
AxisProperty
Declaration
cs-api-definition
public static readonly RadProperty AxisProperty
Field Value
FromProperty
Declaration
cs-api-definition
public static readonly RadProperty FromProperty
Field Value
LabelProperty
Declaration
cs-api-definition
public static readonly RadProperty LabelProperty
Field Value