Class
CartesianMarkedZoneAnnotation

Represents an annotation which marks a rectangle area on the chart.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class CartesianMarkedZoneAnnotation : CartesianFromToAnnotation, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotationCartesianFromToAnnotationCartesianMarkedZoneAnnotation

Implements: IChartElementPresenterIElementPresenter

Inherited Members CartesianFromToAnnotation.HorizontalAxisPropertyCartesianFromToAnnotation.VerticalAxisPropertyCartesianFromToAnnotation.HorizontalFromPropertyCartesianFromToAnnotation.HorizontalToPropertyCartesianFromToAnnotation.VerticalFromPropertyCartesianFromToAnnotation.VerticalToPropertyCartesianFromToAnnotation.OnAttached()CartesianFromToAnnotation.UnapplyTemplateCore()CartesianFromToAnnotation.ApplyTemplateCore()CartesianFromToAnnotation.VerticalToCartesianFromToAnnotation.VerticalFromCartesianFromToAnnotation.HorizontalToCartesianFromToAnnotation.HorizontalFromCartesianFromToAnnotation.VerticalAxisCartesianFromToAnnotation.HorizontalAxisCartesianStrokedAnnotation.StrokePropertyCartesianStrokedAnnotation.StrokeThicknessPropertyCartesianStrokedAnnotation.StrokeDashArrayPropertyCartesianStrokedAnnotation.LabelPropertyCartesianStrokedAnnotation.LabelDefinitionPropertyCartesianStrokedAnnotation.StrokeCartesianStrokedAnnotation.StrokeThicknessCartesianStrokedAnnotation.StrokeDashArrayCartesianStrokedAnnotation.LabelCartesianStrokedAnnotation.LabelDefinitionCartesianStrokedAnnotation.IsStrokeInsetChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnApplyTemplate()ChartAnnotation.OnDetached(RadChartBase)ChartAnnotation.OnCreateAutomationPeer()ChartAnnotation.ClipToPlotAreaChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(Node, object)PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

CartesianMarkedZoneAnnotation()

Initializes a new instance of the CartesianMarkedZoneAnnotation class.

Declaration

cs-api-definition
public CartesianMarkedZoneAnnotation()

Fields

FillProperty

Identifies the Fill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillProperty

Field Value

DependencyProperty

Properties

Fill

Gets or sets the fill brush of the annotation.

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

Presenter

Gets the visual presenter of the annotation.

Declaration

cs-api-definition
protected override Shape Presenter { get; }

Property Value

Shape

Overrides CartesianStrokedAnnotation.Presenter