ClassLinearGaugePanel
Class
Represents a linear range that arranges its ticks and labels in a straight line and defines attached properties for the contained indicators.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class LinearGaugePanel : GaugePanel
Inheritance: objectGaugePanelLinearGaugePanel
Inherited Members
Constructors
LinearGaugePanel()
Initializes a new instance of the LinearGaugePanel class.
Declaration
cs-api-definition
public LinearGaugePanel()
Methods
ArrangeOverride(Size)
Called in the arrange pass of the layout system.
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
The final size that was given by the layout system.
Returns
Size
The final size of the panel.
Overrides