Class CartesianSparkPlotBandAnnotation
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CartesianSparkPlotBandAnnotation : CartesianSparkAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
CartesianSparkPlotBandAnnotation()
Initializes a new instance of the CartesianSparkPlotBandAnnotation class.
Declaration
public CartesianSparkPlotBandAnnotation()
CartesianSparkPlotBandAnnotation(SparkCartesianAxis, Object, Object)
Initializes a new instance of the CartesianSparkPlotBandAnnotation class.
Declaration
public CartesianSparkPlotBandAnnotation(SparkCartesianAxis axis, object from, object to)
Parameters
SparkCartesianAxis
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 SparkCartesianAxis Axis { get; set; }
Property Value
SparkCartesianAxis
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. |