Class
PolarStrokedAnnotation

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 PolarStrokedAnnotation : PolarChartAnnotation, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartAnnotationPolarChartAnnotationPolarStrokedAnnotation

Derived Classes: PolarAxisGridLineAnnotationPolarAxisPlotBandAnnotationRadialAxisGridLineAnnotationRadialAxisPlotBandAnnotation

Implements: IChartElementPresenter

Inherited Members PolarChartAnnotation.OnAttached()ChartAnnotation.ClipToPlotAreaPropertyChartAnnotation.OnApplyTemplate()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

PolarStrokedAnnotation()

Declaration

cs-api-definition
protected PolarStrokedAnnotation()

Fields

DashArrayProperty

Identifies the DashArray dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DashArrayProperty

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.

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.