Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CartesianSparkPlotBandAnnotation : CartesianSparkAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAnnotationCartesianSparkAnnotationCartesianSparkPlotBandAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianSparkPlotBandAnnotation class.
C#
public CartesianSparkPlotBandAnnotation()
Initializes a new instance of the CartesianSparkPlotBandAnnotation class.
C#
public CartesianSparkPlotBandAnnotation(SparkCartesianAxis 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 SparkCartesianAxis Axis { get; set; }
The axis.