Class
CartesianGridLineAnnotation

Represents a grid line annotation for a Cartesian chart.

Definition

Constructors

CartesianGridLineAnnotation()

Declaration

cs-api-definition
public CartesianGridLineAnnotation()

Fields

AxisProperty

Identifies the Axis property.

Declaration

cs-api-definition
public static readonly BindableProperty AxisProperty

Field Value

BindableProperty

ValueProperty

Identifies the Value property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

Axis

Gets or sets the Axis.

Declaration

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

Property Value

CartesianAxis

Value

Gets or sets the Value.

Declaration

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

Property Value

object