Class
LineIndicatorBase

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: HighLowIndicatorBaseValueIndicatorBase

Inherited Members IndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

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

double

The stroke thickness in device-independent units.

Methods

IsDefaultValue(string)

Determines whether the specified property has its default value.

Declaration

cs-api-definition
public override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

The name of the property to check.

Returns

bool

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

Overrides ChartSeries.IsDefaultValue(string)