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

Represents a linear axis for gauge controls.

Definition

Constructors

C#
public GaugeLinearAxis()

Fields

StepProperty

BindableProperty

Identifies the Step bindable property.

C#
public static readonly BindableProperty StepProperty

Properties

Gets or sets the step value for the linear axis.

C#
public double Step { get; set; }