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:
C#
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation
Inheritance: objectChartElementCartesianChartAnnotationCartesianStrokedAnnotationCartesianPlotBandAnnotation
Inherited Members
Constructors
C#
public CartesianPlotBandAnnotation()
Fields
AxisProperty
BindableProperty
Identifies the Axis property.
C#
public static readonly BindableProperty AxisProperty
FillProperty
BindableProperty
Identifies the Fill property.
C#
public static readonly BindableProperty FillProperty
FromProperty
BindableProperty
Identifies the From property.
C#
public static readonly BindableProperty FromProperty
ToProperty
BindableProperty
Identifies the To property.
C#
public static readonly BindableProperty ToProperty
Properties
Gets or sets the Axis.
C#
public CartesianAxis Axis { get; set; }
Fill
Color
Gets or sets the Fill.
C#
public Color Fill { get; set; }