Class RadGauge
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadGauge : RadControl
Constructors
RadGauge()
Declaration
protected RadGauge()
Fields
IndicatorsZIndexProperty
Declaration
public static readonly DependencyProperty IndicatorsZIndexProperty
Field Value
Microsoft.
|
LabelStepProperty
Declaration
public static readonly DependencyProperty LabelStepProperty
Field Value
Microsoft.
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Microsoft.
|
MajorTickStepProperty
Declaration
public static readonly DependencyProperty MajorTickStepProperty
Field Value
Microsoft.
|
MajorTickTemplateProperty
Declaration
public static readonly DependencyProperty MajorTickTemplateProperty
Field Value
Microsoft.
|
MaxValueProperty
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
Microsoft.
|
MiddleTickStepProperty
Declaration
public static readonly DependencyProperty MiddleTickStepProperty
Field Value
Microsoft.
|
MiddleTickTemplateProperty
Declaration
public static readonly DependencyProperty MiddleTickTemplateProperty
Field Value
Microsoft.
|
MinValueProperty
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
Microsoft.
|
TickStepProperty
Declaration
public static readonly DependencyProperty TickStepProperty
Field Value
Microsoft.
|
TickTemplateProperty
Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
Microsoft.
|
Properties
Indicators
Declaration
public GaugeIndicatorCollection Indicators { get; }
Property Value
IndicatorsZIndex
Declaration
public int IndicatorsZIndex { get; set; }
Property Value
System.
|
LabelStep
Declaration
public double LabelStep { get; set; }
Property Value
System.
|
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Microsoft.
|
MajorTickStep
Declaration
public int MajorTickStep { get; set; }
Property Value
System.
|
MajorTickTemplate
Declaration
public DataTemplate MajorTickTemplate { get; set; }
Property Value
Microsoft.
|
MaxValue
Declaration
public double MaxValue { get; set; }
Property Value
System.
|
MiddleTickStep
Declaration
public int MiddleTickStep { get; set; }
Property Value
System.
|
MiddleTickTemplate
Declaration
public DataTemplate MiddleTickTemplate { get; set; }
Property Value
Microsoft.
|
MinValue
Declaration
public double MinValue { get; set; }
Property Value
System.
|
TickStep
Declaration
public double TickStep { get; set; }
Property Value
System.
|
TickTemplate
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
Microsoft.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnTemplateApplied()
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()