Class LineIndicatorBase
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class LineIndicatorBase : IndicatorBase, IParentElement, IChildElement
Constructors
LineIndicatorBase()
Declaration
protected LineIndicatorBase()
Fields
StrokeProperty
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
Stroke
Declaration
public Color Stroke { get; set; }
Property Value
Microsoft.
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Methods
IsDefaultValue(String)
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.
|
Returns
System.
|