ClassCartesianPlotBandAnnotation
Represents a plot band annotation for a Cartesian chart, allowing you to highlight a range of values on a specific axis.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation
Inheritance: objectChartElementCartesianChartAnnotationCartesianStrokedAnnotationCartesianPlotBandAnnotation
Inherited Members
Constructors
CartesianPlotBandAnnotation()
Declaration
public CartesianPlotBandAnnotation()
Fields
AxisProperty
Identifies the Axis property.
Declaration
public static readonly BindableProperty AxisProperty
Field Value
BindableProperty
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
BindableProperty
FromProperty
Identifies the From property.
Declaration
public static readonly BindableProperty FromProperty
Field Value
BindableProperty
ToProperty
Identifies the To property.
Declaration
public static readonly BindableProperty ToProperty
Field Value
BindableProperty
Properties
Axis
Gets or sets the Axis.
Fill
Gets or sets the Fill.
Declaration
public Color Fill { get; set; }
Property Value
Color
From
Gets or sets the From.
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.