Class CartesianSparkGridLineAnnotation
Allows you to place a straight line at a specific place in your cartesian sparkline.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CartesianSparkGridLineAnnotation : CartesianSparkAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
CartesianSparkGridLineAnnotation()
Initializes a new instance of the CartesianSparkGridLineAnnotation class.
Declaration
public CartesianSparkGridLineAnnotation()
CartesianSparkGridLineAnnotation(SparkCartesianAxis, Object)
Initializes a new instance of the CartesianSparkGridLineAnnotation class.
Declaration
public CartesianSparkGridLineAnnotation(SparkCartesianAxis axis, object value)
Parameters
SparkCartesianAxis
axis
The axis against which the annotation will be ploted. |
System.Object
value
The value on the axis where the annotation will be plotted. |
Fields
AxisProperty
LabelProperty
ValueProperty
Properties
Axis
Gets or sets the axis.
Declaration
public SparkCartesianAxis Axis { get; set; }
Property Value
SparkCartesianAxis
The axis. |
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
System.String
The label. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |