Class GaugeAxisBase
Inheritance
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class GaugeAxisBase : BindableObject, IMeasurePaintable
Fields
FontAttributesProperty
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsInverseProperty
Declaration
public static readonly BindableProperty IsInverseProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelFormatProperty
Declaration
public static readonly BindableProperty LabelFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelIntervalProperty
Declaration
public static readonly BindableProperty LabelIntervalProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelOffsetProperty
Declaration
public static readonly BindableProperty LabelOffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MaximumProperty
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumProperty
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ShowLabelsProperty
Declaration
public static readonly BindableProperty ShowLabelsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeProperty
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeThicknessProperty
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TickLengthProperty
Declaration
public static readonly BindableProperty TickLengthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TickOffsetProperty
Declaration
public static readonly BindableProperty TickOffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TickStrokeProperty
Declaration
public static readonly BindableProperty TickStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TickThicknessProperty
Declaration
public static readonly BindableProperty TickThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
FontAttributes
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
IsInverse
Declaration
public bool IsInverse { get; set; }
Property Value
System.Boolean
|
LabelFormat
Gets or sets the numeric string format that is applied to the labels.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
|
LabelInterval
Gets or sets the label interval that specifies that one in n labels is visible.
Declaration
public int LabelInterval { get; set; }
Property Value
System.Int32
|
LabelOffset
Gets or sets the distance between the label and axis line.
Declaration
public double LabelOffset { get; set; }
Property Value
System.Double
|
LabelPosition
Gets or sets the position of the label with respect to the axis line.
Declaration
public GaugeElementPosition LabelPosition { get; set; }
Property Value
GaugeElementPosition
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
System.Boolean
|
Stroke
Gets or sets the color of the axis line and ticks. This value is applied to the axis ticks only when the TickStroke value is the default Color.Default value.
Declaration
public Color Stroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeThickness
Gets or sets the thickness of the axis line and ticks. This value is applied to the axis ticks only when the TickThickness value is invalid/negative.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
TickLength
Declaration
public double TickLength { get; set; }
Property Value
System.Double
|
TickOffset
Gets or sets the distance between the tick and axis line.
Declaration
public double TickOffset { get; set; }
Property Value
System.Double
|
TickPosition
Gets or sets the position of the tick with respect to the axis line.
Declaration
public GaugeElementPosition TickPosition { get; set; }
Property Value
GaugeElementPosition
|
TickStroke
Gets or sets the stroke of the ticks. When this value is Color.Default the ticks get the same color as the axis line.
Declaration
public Color TickStroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
TickThickness
Gets or sets the thickness of the tick. When this value is invalid/negative the ticks get the same thickness as the axis line.
Declaration
public double TickThickness { get; set; }
Property Value
System.Double
|