Represents a categorical series that supports stroke appearance customization.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class CategoricalStrokedSeries : CategoricalSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesCategoricalSeriesCategoricalStrokedSeries...
Derived Classes:
Inherited Members
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; }