New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a base class for line-based financial indicators.

Definition

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; }
Property Value:

The stroke color.

Gets or sets the stroke thickness of the line indicator.

C#
public double StrokeThickness { get; set; }
Property Value:

The stroke thickness in device-independent units.

Methods

Determines whether the specified property has its default value.

C#
public override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestring

The name of the property to check.

Returns:

bool

True if the property has its default value; otherwise, false.

Overrides: ChartSeries.IsDefaultValue(string)