Class CategoricalStrokedSeries
Inheritance
System.Object
CategoricalStrokedSeries
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class CategoricalStrokedSeries : CategoricalSeries, IParentElement, IChildElement
Constructors
CategoricalStrokedSeries()
Declaration
public CategoricalStrokedSeries()
Fields
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Stroke
Gets or sets the Stroke.
Declaration
public Color Stroke { get; set; }
Property Value
Xamarin.Forms.Color
|
StrokeThickness
Gets or sets the StrokeThickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.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
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|