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.UI.Xaml.DependencyProperty
|
LabelProperty
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
IsStrokeInset
Declaration
protected virtual bool IsStrokeInset { get; }
Property Value
|
System.Boolean
|
Label
Declaration
public string Label { get; set; }
Property Value
|
System.String
|
LabelDefinition
Declaration
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }
Property Value
|
ChartAnnotationLabelDefinition
|
Presenter
Declaration
protected abstract Shape Presenter { get; }
Property Value
|
Microsoft.UI.Xaml.Shapes.Shape
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.DoubleCollection
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
|
System.Double
|