Class CartesianStrokedAnnotation
Inheritance
System.Object
CartesianStrokedAnnotation
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation, IChartElementPresenter, IElementPresenter, IStrokedAnnotation
Constructors
CartesianStrokedAnnotation()
Declaration
protected CartesianStrokedAnnotation()
Fields
LabelDefinitionProperty
Declaration
public static readonly DependencyProperty LabelDefinitionProperty
Field Value
Microsoft.
|
LabelProperty
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Microsoft.
|
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Microsoft.
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
IsStrokeInset
Declaration
protected virtual bool IsStrokeInset { get; }
Property Value
System.
|
Label
Declaration
public string Label { get; set; }
Property Value
System.
|
LabelDefinition
Declaration
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }
Property Value
Presenter
Declaration
protected abstract Shape Presenter { get; }
Property Value
Microsoft.
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Microsoft.
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|