New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a plot band annotation for a Cartesian chart, allowing you to highlight a range of values on a specific axis.

Definition

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; }

Gets or sets the From.

C#
public object From { get; set; }

Gets or sets the To.

C#
public object To { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: CartesianStrokedAnnotation.IsDefaultValue(string)