ClassCartesianGridLineAnnotation
Class
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:
cs-api-definition
public class CartesianGridLineAnnotation : CartesianChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationCartesianChartAnnotationCartesianGridLineAnnotation
Implements:
Inherited Members
Constructors
CartesianGridLineAnnotation()
Initializes a new instance of the CartesianGridLineAnnotation class.
Declaration
cs-api-definition
public CartesianGridLineAnnotation()
CartesianGridLineAnnotation(CartesianAxis, object)
Initializes a new instance of the CartesianGridLineAnnotation class.
Declaration
cs-api-definition
public CartesianGridLineAnnotation(CartesianAxis 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