RadControls for WPF

The RadTimeBar is a time bound DataVisualization control. Its chief purpose is to allow lightweight scrolling and navigation through large periods of time.

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

Syntax

C#
public class RadTimeBar : TimeBarBase, IRangeSelector<DateTime>
Visual Basic
Public Class RadTimeBar _
	Inherits TimeBarBase _
	Implements IRangeSelector(Of DateTime)

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..::..ContentControl
                Telerik.Windows.Controls..::..TimeBarBase
                  Telerik.Windows.Controls..::..RadTimeBar

See Also