Class
CartesianStrokedAnnotation

Represents an annotation which shape may be stroked (outlined).

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotation

Derived Classes: CartesianFromToAnnotationCartesianGridLineAnnotationCartesianPlotBandAnnotation

Implements: IChartElementPresenterIElementPresenter

Inherited Members ChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnApplyTemplate()ChartAnnotation.OnAttached()ChartAnnotation.OnDetached(RadChartBase)ChartAnnotation.OnCreateAutomationPeer()ChartAnnotation.ClipToPlotAreaChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(Node, object)PresenterBase.ApplyTemplateCore()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.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

CartesianStrokedAnnotation()

Declaration

cs-api-definition
protected CartesianStrokedAnnotation()

Fields

LabelDefinitionProperty

Identifies the LabelDefinition dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelDefinitionProperty

Field Value

DependencyProperty

LabelProperty

Identifies the Label dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelProperty

Field Value

DependencyProperty

StrokeDashArrayProperty

Identifies the StrokeDashArray property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeDashArrayProperty

Field Value

DependencyProperty

StrokeProperty

Identifies the Stroke dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeProperty

Field Value

DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeThicknessProperty

Field Value

DependencyProperty

Properties

IsStrokeInset

Gets a value indicating whether the stroke goes inwards by the full StrokeThickness.

Declaration

cs-api-definition
protected virtual bool IsStrokeInset { get; }

Property Value

bool

true if this instance is stroke inset; otherwise, false.

Label

Gets or sets the label.

Declaration

cs-api-definition
public string Label { get; set; }

Property Value

string

The label.

LabelDefinition

Gets or sets the definition that describe the appearance of the label.

Declaration

cs-api-definition
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }

Property Value

ChartAnnotationLabelDefinition

The label definition.

Presenter

Gets the presenter.

Declaration

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

Property Value

Shape

The presenter.

Stroke

Gets or sets the Brush that specifies how the shape outline is painted.

Declaration

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

Property Value

Brush

The line stroke.

StrokeDashArray

Gets or sets a collection of double values that indicates the pattern of dashes and gaps that is used to outline stroked annotation.

Declaration

cs-api-definition
public DoubleCollection StrokeDashArray { get; set; }

Property Value

DoubleCollection

StrokeThickness

Gets or sets the width of the shape stroke outline.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

The line stroke thickness.