Class CartesianStrokedAnnotation
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 CartesianStrokedAnnotation : CartesianChartAnnotation, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CartesianStrokedAnnotation()
Declaration
protected CartesianStrokedAnnotation()
Fields
DashArrayProperty
Identifies the Dash
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.
|
LabelDefinitionProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelDefinitionProperty
Field Value
System.
|
LabelProperty
Identifies the Label dependency property.
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
Properties
DashArray
Gets or sets a collection of System.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System. The line dash array. |
IsStrokeInset
Gets a value indicating whether the stroke goes inwards by the full Stroke
Declaration
protected virtual bool IsStrokeInset { get; }
Property Value
System.
|
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
System. The label. |
LabelDefinition
Gets or sets the definition that describe the appearance of the label.
Declaration
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }
Property Value
Chart The label definition. |
Presenter
Gets the presenter.
Declaration
protected abstract Shape Presenter { get; }
Property Value
System. The presenter. |
Stroke
Gets or sets the System.
Declaration
public Brush Stroke { get; set; }
Property Value
System. The line stroke. |
StrokeThickness
Gets or sets the width of the shape stroke outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
System. The line stroke thickness. |