ClassLinearBarGaugeIndicator
Class
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
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).
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
cs-api-definition
protected override void OnTemplateApplied()
Overrides