Class
CartesianStrokedAnnotation

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

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

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotation

Derived Classes: CartesianGridLineAnnotationCartesianPlotBandAnnotation

Implements: IChartElementPresenter

Inherited Members ChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnApplyTemplate()ChartAnnotation.OnAttached()ChartAnnotation.OnDetached(RadChartBase)ChartAnnotation.OnCreateAutomationPeer()ChartAnnotation.ClipToPlotAreaChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(ChartNode, object)PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.OnLoaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

CartesianStrokedAnnotation()

Declaration

cs-api-definition
protected CartesianStrokedAnnotation()

Fields

DashArrayProperty

Identifies the DashArray dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DashArrayProperty

Field Value

DependencyProperty

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

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

DashArray

Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline shapes.

Declaration

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

Property Value

DoubleCollection

The line dash array.

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.

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.