Class
CategoricalStrokedSeries

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

Inherited Members CategoricalSeries.ValueBindingPropertyCategoricalSeries.CategoryBindingPropertyCategoricalSeries.CombineModePropertyCategoricalSeries.StackGroupKeyPropertyCategoricalSeries.ValueBindingCategoricalSeries.CategoryBindingCategoricalSeries.CombineModeCategoricalSeries.StackGroupKeyChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

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.

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

Parameters

propertyName

string

Returns

bool

Overrides ChartSeries.IsDefaultValue(string)