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

Represents a grid line annotation for a Cartesian chart.

Definition

Constructors

C#
public CartesianGridLineAnnotation()

Fields

AxisProperty

BindableProperty

Identifies the Axis property.

C#
public static readonly BindableProperty AxisProperty

ValueProperty

BindableProperty

Identifies the Value property.

C#
public static readonly BindableProperty ValueProperty

Properties

Gets or sets the Axis.

C#
public CartesianAxis Axis { get; set; }

Gets or sets the Value.

C#
public object Value { get; set; }