ClassCartesianMarkedZoneAnnotation
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
CartesianMarkedZoneAnnotation()
Initializes a new instance of the CartesianMarkedZoneAnnotation class.
Declaration
public CartesianMarkedZoneAnnotation()
CartesianMarkedZoneAnnotation(object, object, object, object)
Initializes a new instance of the CartesianMarkedZoneAnnotation class.
Declaration
public CartesianMarkedZoneAnnotation(object horizontalFrom, object horizontalTo, object verticalFrom, object verticalTo)
Parameters
horizontalFrom
The value of the horizontal axis where the annotation will start.
horizontalTo
The value of the horizontal axis where the annotation will end.
verticalFrom
The value of the vertical axis where the annotation will start.
verticalTo
The value of the vertical axis where the annotation will end.
Fields
HorizontalAxisProperty
Declaration
public static readonly RadProperty HorizontalAxisProperty
Field Value
HorizontalFromProperty
Declaration
public static readonly RadProperty HorizontalFromProperty
Field Value
HorizontalToProperty
Declaration
public static readonly RadProperty HorizontalToProperty
Field Value
VerticalAxisProperty
Declaration
public static readonly RadProperty VerticalAxisProperty
Field Value
VerticalFromProperty
Declaration
public static readonly RadProperty VerticalFromProperty
Field Value
VerticalToProperty
Declaration
public static readonly RadProperty VerticalToProperty
Field Value
Properties
HorizontalAxis
Gets or sets the horizontal axis.
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
The horizontal axis.
HorizontalFrom
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.
HorizontalTo
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.
VerticalAxis
Gets or sets the vertical axis.
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
The vertical axis.
VerticalFrom
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.
VerticalTo
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.
Methods
OnAttached(UIChartElement)
Occurs when the annotation has been successfully attached to its owning ChartView instance.
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
Overrides