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