Class PolarStrokedAnnotation
Represents an annotation which shape may be stroked (outlined).
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class PolarStrokedAnnotation : PolarChartAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
PolarStrokedAnnotation()
Declaration
protected PolarStrokedAnnotation()
Fields
DashArrayProperty
Identifies the DashArray dependency property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.Windows.DependencyProperty
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DashArray
Gets or sets a collection of System.Double values that indicate the pattern of dashes and gaps that is used to outline shapes.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System.Windows.Media.DoubleCollection
The line dash array. |
Presenter
Gets the presenter.
Declaration
protected abstract Shape Presenter { get; }
Property Value
System.Windows.Shapes.Shape
The presenter. |
Stroke
Gets or sets the System.Windows.Media.Brush that specifies how the shape outline is painted.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
The line stroke. |
StrokeThickness
Gets or sets the width of the shape stroke outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
The line stroke thickness. |