Class
CartesianStrokedAnnotation

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:

cs-api-definition
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation

Inheritance: objectChartElementCartesianChartAnnotationCartesianStrokedAnnotation

Derived Classes: CartesianGridLineAnnotationCartesianPlotBandAnnotation

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

CartesianStrokedAnnotation()

Declaration

cs-api-definition
protected CartesianStrokedAnnotation()

Fields

DashArrayProperty

Identifies the DashArray property.

Declaration

cs-api-definition
public static readonly BindableProperty DashArrayProperty

Field Value

BindableProperty

StrokeProperty

Identifies the Stroke property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeProperty

Field Value

BindableProperty

StrokeThicknessProperty

Identifies the StrokeThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeThicknessProperty

Field Value

BindableProperty

Properties

DashArray

Gets or sets the DashArray.

Declaration

cs-api-definition
public double[] DashArray { get; set; }

Property Value

double[]

Stroke

Gets or sets the Stroke.

Declaration

cs-api-definition
public Color Stroke { get; set; }

Property Value

Color

StrokeThickness

Gets or sets the StrokeThickness.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

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.

Declaration

cs-api-definition
public virtual bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool