ClassCartesianSparkGridLineAnnotation
Class
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:
cs-api-definition
public class CartesianSparkGridLineAnnotation : CartesianSparkAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAnnotationCartesianSparkAnnotationCartesianSparkGridLineAnnotation
Implements:
Inherited Members
Constructors
CartesianSparkGridLineAnnotation()
Initializes a new instance of the CartesianSparkGridLineAnnotation class.
Declaration
cs-api-definition
public CartesianSparkGridLineAnnotation()
CartesianSparkGridLineAnnotation(SparkCartesianAxis, object)
Initializes a new instance of the CartesianSparkGridLineAnnotation class.
Declaration
cs-api-definition
public CartesianSparkGridLineAnnotation(SparkCartesianAxis axis, object value)
Parameters
axis
The axis against which the annotation will be ploted.
value
The value on the axis where the annotation will be plotted.
Fields
AxisProperty
Declaration
cs-api-definition
public static readonly RadProperty AxisProperty
Field Value
LabelProperty
Declaration
cs-api-definition
public static readonly RadProperty LabelProperty
Field Value
ValueProperty
Declaration
cs-api-definition
public static readonly RadProperty ValueProperty
Field Value