LineIndicatorBase
Class
Provides a base class for line-based financial indicators.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public abstract class LineIndicatorBase : IndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBase...
Derived Classes:
Inherited Members
Constructors
C#
protected LineIndicatorBase()
Fields
StrokeProperty
BindableProperty
Identifies the Stroke property.
C#
public static readonly BindableProperty StrokeProperty
StrokeThicknessProperty
BindableProperty
Identifies the StrokeThickness property.
C#
public static readonly BindableProperty StrokeThicknessProperty
Properties
Stroke
Color
Gets or sets the stroke color of the line indicator.
C#
public Color Stroke { get; set; }
The stroke color.
Gets or sets the stroke thickness of the line indicator.
C#
public double StrokeThickness { get; set; }
The stroke thickness in device-independent units.