Class
LinearBarGaugeIndicator

Represents a line indicator with a specific color and thickness.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class LinearBarGaugeIndicator : BarGaugeIndicator

Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicatorLinearBarGaugeIndicator

Inherited Members BarGaugeIndicator.ThicknessPropertyBarGaugeIndicator.BrushPropertyBarGaugeIndicator.ThicknessBarGaugeIndicator.BrushGaugeIndicator.ValuePropertyGaugeIndicator.StartValuePropertyGaugeIndicator.IsAnimatedPropertyGaugeIndicator.AnimationEasingPropertyGaugeIndicator.AnimationDurationPropertyGaugeIndicator.MeasureOverride(Size)GaugeIndicator.ValueGaugeIndicator.StartValueGaugeIndicator.OwnerGaugeIndicator.IsAnimatedGaugeIndicator.AnimationDurationGaugeIndicator.AnimationEasingGaugeIndicator.ValueChangedRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

LinearBarGaugeIndicator()

Initializes a new instance of the LinearBarGaugeIndicator class.

Declaration

cs-api-definition
public LinearBarGaugeIndicator()

Methods

ApplyTemplateCore()

Initializes the template parts of the indicator (see the TemplatePart attributes for more information).

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides RadControl.ApplyTemplateCore()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides BarGaugeIndicator.OnCreateAutomationPeer()

OnTemplateApplied()

Occurs when the method has been called and the template is already successfully applied.

Declaration

cs-api-definition
protected override void OnTemplateApplied()

Overrides RadControl.OnTemplateApplied()