ClassSegmentedGaugeIndicator
This is the base class for the segmented indicators. It defines a collection of segments and provides a grid panel for the layout of the segments.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class SegmentedGaugeIndicator : GaugeIndicator
Inheritance: objectRadControlGaugeIndicatorSegmentedGaugeIndicator
Derived Classes:
Inherited Members
Constructors
SegmentedGaugeIndicator()
Initializes a new instance of the SegmentedGaugeIndicator class.
Declaration
protected SegmentedGaugeIndicator()
Properties
Layout
Gets the layout panel for this segmented indicator.
Declaration
protected Grid Layout { get; }
Property Value
Grid
Segments
Gets the segments collection.
Declaration
public IndicatorSegmentCollection Segments { get; }
Property Value
Remarks
Segments can be added and removed from this collection. Every such action triggers state resets and will be slow if done often.
TotalSegmentLength
Gets the total length of the currently added segments.
Methods
ApplyTemplateCore()
Initializes the template parts of the indicator (see the TemplatePart attributes for more information).
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides