Class
CartesianPlotBandAnnotation

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

Definition

Constructors

CartesianPlotBandAnnotation()

Declaration

cs-api-definition
public CartesianPlotBandAnnotation()

Fields

AxisProperty

Identifies the Axis property.

Declaration

cs-api-definition
public static readonly BindableProperty AxisProperty

Field Value

BindableProperty

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly BindableProperty FillProperty

Field Value

BindableProperty

FromProperty

Identifies the From property.

Declaration

cs-api-definition
public static readonly BindableProperty FromProperty

Field Value

BindableProperty

ToProperty

Identifies the To property.

Declaration

cs-api-definition
public static readonly BindableProperty ToProperty

Field Value

BindableProperty

Properties

Axis

Gets or sets the Axis.

Declaration

cs-api-definition
public CartesianAxis Axis { get; set; }

Property Value

CartesianAxis

Fill

Gets or sets the Fill.

Declaration

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

From

Gets or sets the From.

Declaration

cs-api-definition
public object From { get; set; }

Property Value

object

To

Gets or sets the To.

Declaration

cs-api-definition
public object To { get; set; }

Property Value

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

cs-api-definition
public override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

Overrides CartesianStrokedAnnotation.IsDefaultValue(string)