MindFusion.Wpf Pack Programmer's Guide
OvalScale Class
Remarks See Also
 





Represents a radial scale.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public class OvalScale : BaseScale

Visual Basic  Copy Code

Public Class OvalScale
    Inherits BaseScale

 Remarks

This scale distributes its elements along an circular arc. The start and angles of the arc is defined by the StartAngle and EndAngle properties respectively.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ItemsControl
                                MindFusion.Gauges.Wpf.BaseScale
                                    MindFusion.Gauges.Wpf.OvalScale

 See Also

OvalScale Members
MindFusion.Gauges.Wpf Namespace