RadControls for WPF

Represents list of the tick labels on the scale.

Namespace: Telerik.Windows.Controls.Gauges
Assembly: Telerik.Windows.Controls.Gauge (in Telerik.Windows.Controls.Gauge.dll) Version: 2013.2.611.40

Syntax

C#
public class LabelList : GaugeItemsControl
Visual Basic
Public Class LabelList _
	Inherits GaugeItemsControl

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
                Telerik.Windows.Controls.Gauges..::..GaugeItemsControl
                  Telerik.Windows.Controls.Gauges..::..LabelList

See Also