ComponentOne FinancialChart for WPF
HorizontalSmallChange Property



C1.WPF Namespace > C1ScrollViewer Class : HorizontalSmallChange Property
Gets or sets the value to be added to or subtracted from the horizontal offset value when the scroll is moved.
Syntax
'Declaration
 
Public Property HorizontalSmallChange As Double
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Double
 
instance.HorizontalSmallChange = value
 
value = instance.HorizontalSmallChange
public double HorizontalSmallChange {get; set;}
public:
property double HorizontalSmallChange {
   double get();
   void set (    double value);
}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members