ClassCartesianStrokedAnnotation
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:
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation
Inheritance: objectChartElementCartesianChartAnnotationCartesianStrokedAnnotation
Derived Classes:
Inherited Members
Constructors
CartesianStrokedAnnotation()
Declaration
protected CartesianStrokedAnnotation()
Fields
DashArrayProperty
Identifies the DashArray property.
Declaration
public static readonly BindableProperty DashArrayProperty
Field Value
BindableProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
BindableProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
BindableProperty
Properties
DashArray
Gets or sets the DashArray.
Stroke
Gets or sets the Stroke.
Declaration
public Color Stroke { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the StrokeThickness.
Methods
IsDefaultValue(string)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.