Represents a base class for cartesian chart annotations that support stroke styling.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation
Inheritance: objectChartElementCartesianChartAnnotationCartesianStrokedAnnotation
Derived Classes:
Inherited Members
Constructors
C#
protected CartesianStrokedAnnotation()
Fields
DashArrayProperty
BindableProperty
Identifies the DashArray property.
C#
public static readonly BindableProperty DashArrayProperty
StrokeProperty
BindableProperty
Identifies the Stroke property.
C#
public static readonly BindableProperty StrokeProperty
StrokeThicknessProperty
BindableProperty
Identifies the StrokeThickness property.
C#
public static readonly BindableProperty StrokeThicknessProperty
Properties
Stroke
Color
Gets or sets the Stroke.
C#
public Color Stroke { get; set; }
Gets or sets the StrokeThickness.
C#
public double StrokeThickness { get; set; }