Represent axis scroll bar control.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class AxisScrollBar : ContentControl, 
	IAxisScrollBar
Visual Basic
Public Class AxisScrollBar _
	Inherits ContentControl _
	Implements IAxisScrollBar
XAML Object Element Usage
<AxisScrollBar .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Phone.Chart..::..AxisScrollBar

See Also