ClassLineIndicatorBase
Class
Provides a base class for line-based financial indicators.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public abstract class LineIndicatorBase : IndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBase
Derived Classes:
Inherited Members
Constructors
LineIndicatorBase()
Declaration
cs-api-definition
protected LineIndicatorBase()
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 color of the line indicator.
Declaration
cs-api-definition
public Color Stroke { get; set; }
Property Value
Color
The stroke color.
StrokeThickness
Gets or sets the stroke thickness of the line indicator.
Declaration
cs-api-definition
public double StrokeThickness { get; set; }
Property Value
The stroke thickness in device-independent units.
Methods
IsDefaultValue(string)
Determines whether the specified property has its default value.