ComponentOne FinancialChart for WPF
C1AxisScrollbar Class
Members 



C1.WPF.Chart.Interaction Namespace : C1AxisScrollbar Class
Represents a FlexChart range slider control supporting additional visual styles.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="DecreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<TemplatePartAttribute(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<TemplatePartAttribute(Name="VerticalDecreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<TemplatePartAttribute(Name="VerticalIncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<LicenseProviderAttribute()>
Public Class C1AxisScrollbar 
   Inherits C1.WPF.C1RangeSlider
'Usage
 
Dim instance As C1AxisScrollbar
[TemplatePart(Name="DecreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[TemplatePart(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[TemplatePart(Name="VerticalDecreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[TemplatePart(Name="VerticalIncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[LicenseProvider()]
public class C1AxisScrollbar : C1.WPF.C1RangeSlider 
[TemplatePart(Name="DecreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[TemplatePart(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[TemplatePart(Name="VerticalDecreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[TemplatePart(Name="VerticalIncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[LicenseProvider()]
public ref class C1AxisScrollbar : public C1.WPF.C1RangeSlider 
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
                     C1.WPF.C1RangeSlider
                        C1.WPF.Chart.Interaction.C1AxisScrollbar

See Also

Reference

C1AxisScrollbar Members
C1.WPF.Chart.Interaction Namespace