ClassCategoricalStrokedSeries
Class
Represents a categorical series that supports stroke appearance customization.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class CategoricalStrokedSeries : CategoricalSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesCategoricalSeriesCategoricalStrokedSeries
Derived Classes:
Inherited Members
Constructors
CategoricalStrokedSeries()
Declaration
cs-api-definition
public CategoricalStrokedSeries()
Fields
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
Stroke
Gets or sets the Stroke.
Declaration
cs-api-definition
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.