ClassCartesianSparkPlotBandAnnotation
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CartesianSparkPlotBandAnnotation : CartesianSparkAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAnnotationCartesianSparkAnnotationCartesianSparkPlotBandAnnotation
Implements:
Inherited Members
Constructors
CartesianSparkPlotBandAnnotation()
Initializes a new instance of the CartesianSparkPlotBandAnnotation class.
Declaration
cs-api-definition
public CartesianSparkPlotBandAnnotation()
CartesianSparkPlotBandAnnotation(SparkCartesianAxis, object, object)
Initializes a new instance of the CartesianSparkPlotBandAnnotation class.
Declaration
cs-api-definition
public CartesianSparkPlotBandAnnotation(SparkCartesianAxis 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