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 DashArray dependency property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.Windows.DependencyProperty
|
LabelDefinitionProperty
Identifies the LabelDefinition dependency property.
Declaration
public static readonly DependencyProperty LabelDefinitionProperty
Field Value
System.Windows.DependencyProperty
|
LabelProperty
Identifies the Label dependency property.
Declaration
public static readonly DependencyProperty LabelProperty
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. |
IsStrokeInset
Gets a value indicating whether the stroke goes inwards by the full StrokeThickness.
Declaration
protected virtual bool IsStrokeInset { get; }
Property Value
System.Boolean
|
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
System.String
The label. |
LabelDefinition
Gets or sets the definition that describe the appearance of the label.
Declaration
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }
Property Value
ChartAnnotationLabelDefinition
The label definition. |
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. |