Class LineIndicatorBase
Provides a base class for line-based financial indicators.
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
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Stroke
Gets or sets the stroke color of the line indicator.
Declaration
public Color Stroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
The stroke color. |
StrokeThickness
Gets or sets the stroke thickness of the line indicator.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
The stroke thickness in device-independent units. |
Methods
IsDefaultValue(String)
Determines whether the specified property has its default value.
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
The name of the property to check. |
Returns
System.Boolean
True if the property has its default value; otherwise, false. |