Allows you to place a straight line at a specific place in your cartesian sparkline.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CartesianSparkGridLineAnnotation : CartesianSparkAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAnnotationCartesianSparkAnnotationCartesianSparkGridLineAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianSparkGridLineAnnotation class.
C#
public CartesianSparkGridLineAnnotation()
Initializes a new instance of the CartesianSparkGridLineAnnotation class.
C#
public CartesianSparkGridLineAnnotation(SparkCartesianAxis axis, object value)
The axis against which the annotation will be ploted.
valueobjectThe value on the axis where the annotation will be plotted.
Fields
C#
public static readonly RadProperty AxisProperty
C#
public static readonly RadProperty LabelProperty
C#
public static readonly RadProperty ValueProperty
Properties
Gets or sets the axis.
C#
public SparkCartesianAxis Axis { get; set; }
The axis.