Class CartesianMarkedZoneAnnotation
Represents a marked zone annotation. The location of the rectangle that determine the marked zone is calculated base on the
Horizontal
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CartesianMarkedZoneAnnotation : CartesianChartAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CartesianMarkedZoneAnnotation()
Initializes a new instance of the Cartesian
Declaration
public CartesianMarkedZoneAnnotation()
Fields
DashArrayProperty
Identifies the Dash
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.
|
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.
|
HorizontalAxisProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalAxisProperty
Field Value
System.
|
HorizontalFromProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalFromProperty
Field Value
System.
|
HorizontalToProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalToProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
VerticalAxisProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalAxisProperty
Field Value
System.
|
VerticalFromProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalFromProperty
Field Value
System.
|
VerticalToProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalToProperty
Field Value
System.
|
Properties
DashArray
Gets or sets a collection of System.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System. The line dash array. |
Fill
Gets or sets the fill of the marked zone.
Declaration
public Brush Fill { get; set; }
Property Value
System. The fill. |
HorizontalAxis
Gets or sets the horizontal axis.
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
Cartesian 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.
Declaration
public object HorizontalFrom { get; set; }
Property Value
System.
|
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.
Declaration
public object HorizontalTo { get; set; }
Property Value
System.
|
Stroke
Gets or sets the stroke of the marked zone.
Declaration
public Brush Stroke { get; set; }
Property Value
System. The line stroke. |
StrokeThickness
Gets or sets the stroke thickness of the marked zone.
Declaration
public double StrokeThickness { get; set; }
Property Value
System. The line stroke thickness. |
VerticalAxis
Gets or sets the vertical axis.
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
Cartesian 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.
Declaration
public object VerticalFrom { get; set; }
Property Value
System.
|
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.
Declaration
public object VerticalTo { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |