Class CartesianPlotBandAnnotation
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IParentElement, IChildElement
Constructors
CartesianPlotBandAnnotation()
Declaration
public CartesianPlotBandAnnotation()
Fields
AxisProperty
Identifies the Axis property.
Declaration
public static readonly BindableProperty AxisProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FromProperty
Identifies the From property.
Declaration
public static readonly BindableProperty FromProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToProperty
Identifies the To property.
Declaration
public static readonly BindableProperty ToProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Axis
Gets or sets the Axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
CartesianAxis
|
Fill
Gets or sets the Fill.
Declaration
public Color Fill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
From
Gets or sets the From.
Declaration
public object From { get; set; }
Property Value
System.Object
|
To
Gets or sets the To.
Declaration
public object To { get; set; }
Property Value
System.Object
|
Methods
IsDefaultValue(String)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|