Represents an annotation which shape may be stroked (outlined).
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationCartesianChartAnnotationCartesianStrokedAnnotation...
Derived Classes:
Implements:
Inherited Members
Constructors
protected CartesianStrokedAnnotation()
Fields
DashArrayProperty
DependencyProperty
Identifies the DashArray dependency property.
public static readonly DependencyProperty DashArrayProperty
LabelDefinitionProperty
DependencyProperty
Identifies the LabelDefinition dependency property.
public static readonly DependencyProperty LabelDefinitionProperty
LabelProperty
DependencyProperty
Identifies the Label dependency property.
public static readonly DependencyProperty LabelProperty
StrokeProperty
DependencyProperty
Identifies the Stroke dependency property.
public static readonly DependencyProperty StrokeProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness dependency property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
DashArray
DoubleCollection
Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline shapes.
public DoubleCollection DashArray { get; set; }
The line dash array.
Gets a value indicating whether the stroke goes inwards by the full StrokeThickness.
protected virtual bool IsStrokeInset { get; }
true if this instance is stroke inset; otherwise, false.
Gets or sets the definition that describe the appearance of the label.
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }
The label definition.
Presenter
Shape
Gets the presenter.
protected abstract Shape Presenter { get; }
The presenter.
Stroke
Brush
Gets or sets the Brush that specifies how the shape outline is painted.
public Brush Stroke { get; set; }
The line stroke.
Gets or sets the width of the shape stroke outline.
public double StrokeThickness { get; set; }
The line stroke thickness.