Class LineIndicatorBase
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public abstract class LineIndicatorBase : IndicatorBase, IParentElement, IChildElement
Constructors
LineIndicatorBase()
Declaration
protected LineIndicatorBase()
Fields
StrokeProperty
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StrokeThicknessProperty
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Stroke
Declaration
public Color Stroke { get; set; }
Property Value
Xamarin.Forms.Color
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
IsDefaultValue(String)
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|