Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class CartesianMarkedZoneAnnotation : CartesianChartAnnotation, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartAnnotationCartesianChartAnnotationCartesianMarkedZoneAnnotation...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianMarkedZoneAnnotation class.
public CartesianMarkedZoneAnnotation()
Initializes a new instance of the CartesianMarkedZoneAnnotation class.
public CartesianMarkedZoneAnnotation(object horizontalFrom, object horizontalTo, object verticalFrom, object verticalTo)
The value of the horizontal axis where the annotation will start.
horizontalToobjectThe value of the horizontal axis where the annotation will end.
verticalFromobjectThe value of the vertical axis where the annotation will start.
verticalToobjectThe value of the vertical axis where the annotation will end.
Fields
public static readonly RadProperty HorizontalAxisProperty
public static readonly RadProperty HorizontalFromProperty
public static readonly RadProperty HorizontalToProperty
public static readonly RadProperty VerticalAxisProperty
public static readonly RadProperty VerticalFromProperty
public static readonly RadProperty VerticalToProperty
Properties
Gets or sets the horizontal axis.
public CartesianAxis HorizontalAxis { get; set; }
The horizontal axis.
Gets or sets the horizontal value that the marked zone will be drawn from. If this value is null the marked zone will reach the plot area's end.
public object HorizontalFrom { get; set; }
Gets or sets the horizontal value that the marked zone will be drawn to. If this value is null the marked zone will reach the plot area's end.
public object HorizontalTo { get; set; }
Gets or sets the vertical axis.
public CartesianAxis VerticalAxis { get; set; }
The vertical axis.
Gets or sets the vertical value that the marked zone will be drawn from. If this value is null the marked zone will reach the plot area's end.
public object VerticalFrom { get; set; }
Gets or sets the vertical value that the marked zone will be drawn to. If this value is null the marked zone will reach the plot area's end.
public object VerticalTo { get; set; }
Methods
Occurs when the annotation has been successfully attached to its owning ChartView instance.
protected override void OnAttached(UIChartElement parent)
Overrides: