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

Represents a categorical series that supports stroke appearance customization.

Definition

Constructors

C#
public CategoricalStrokedSeries()

Fields

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; }

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 override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: ChartSeries.IsDefaultValue(string)