Class
GaugeLinearAxis

Represents a linear axis for gauge controls.

Definition

Namespace:Telerik.Maui.Controls.Gauges

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public sealed class GaugeLinearAxis : GaugeAxisBase

Inheritance: objectGaugeAxisBaseGaugeLinearAxis

Inherited Members GaugeAxisBase.MinimumPropertyGaugeAxisBase.MaximumPropertyGaugeAxisBase.IsInversePropertyGaugeAxisBase.TickLengthPropertyGaugeAxisBase.TickOffsetPropertyGaugeAxisBase.TickThicknessPropertyGaugeAxisBase.ShowLabelsPropertyGaugeAxisBase.LabelOffsetPropertyGaugeAxisBase.LabelFormatPropertyGaugeAxisBase.LabelIntervalPropertyGaugeAxisBase.StrokePropertyGaugeAxisBase.StrokeThicknessPropertyGaugeAxisBase.TickStrokePropertyGaugeAxisBase.TextColorPropertyGaugeAxisBase.FontSizePropertyGaugeAxisBase.FontFamilyPropertyGaugeAxisBase.FontAttributesPropertyGaugeAxisBase.MinimumGaugeAxisBase.MaximumGaugeAxisBase.IsInverseGaugeAxisBase.TickLengthGaugeAxisBase.TickOffsetGaugeAxisBase.TickThicknessGaugeAxisBase.TickPositionGaugeAxisBase.ShowLabelsGaugeAxisBase.LabelOffsetGaugeAxisBase.LabelFormatGaugeAxisBase.LabelIntervalGaugeAxisBase.StrokeGaugeAxisBase.StrokeThicknessGaugeAxisBase.TickStrokeGaugeAxisBase.TextColorGaugeAxisBase.FontSizeGaugeAxisBase.FontFamilyGaugeAxisBase.FontAttributesGaugeAxisBase.LabelPosition

Constructors

GaugeLinearAxis()

Declaration

cs-api-definition
public GaugeLinearAxis()

Fields

StepProperty

Identifies the Step bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty StepProperty

Field Value

BindableProperty

Properties

Step

Gets or sets the step value for the linear axis.

Declaration

cs-api-definition
public double Step { get; set; }

Property Value

double