New to Telerik UI for .NET MAUIStart a free 30-day trial

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: CartesianGridLineAnnotationCartesianPlotBandAnnotation

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

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

Gets or sets the DashArray.

C#
public double[] DashArray { get; set; }

Stroke

Color

Gets or sets the Stroke.

C#
public Color Stroke { get; set; }

Gets or sets the StrokeThickness.

C#
public double StrokeThickness { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public virtual bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool