Allows you to place a straight line at a specific place in your cartesian chart.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class CartesianGridLineAnnotation : CartesianChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationCartesianChartAnnotationCartesianGridLineAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianGridLineAnnotation class.
C#
public CartesianGridLineAnnotation()
Initializes a new instance of the CartesianGridLineAnnotation class.
C#
public CartesianGridLineAnnotation(CartesianAxis 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 CartesianAxis Axis { get; set; }
The axis.