Dundas Chart for Windows Forms
SmallScrollSize Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > AxisDataView Class : SmallScrollSize Property


Gets or sets the small scrolling size.


View scrolling line size.

Syntax

Visual Basic (Declaration)  
Public Property SmallScrollSize As Double
Visual Basic (Usage) Copy Code
Dim instance As AxisDataView
Dim value As Double
 
instance.SmallScrollSize = value
 
value = instance.SmallScrollSize
C#  
public double SmallScrollSize {get; set;}

Return Value

A double value that represents the small scrolling size. Defaults to not set (Double.NaN)

Remarks

Small scrolling occurs when an end-user clicks on an up/down or right/left button (see the AxisDataView overview for a pictorial description of scrollbar elements).

If this property is not set (i.e. it is a Double.NaN value) then the small scrolling size is automatically recalculated every time the end-user zooms on data. If this property is set to an explicit value then zooming does not affect the small scrolling size, and setting the SmallScrollMinSize property has no effect. 

IMPORTANT: When explicitly setting this property to "Not Set" (represented by Double.NaN) there is currently a bug in .NET that results in this property being set to NaN instead of Double.NaN, thereby resulting in a compile-time error. To work around this set ScrollLineMinSize to zero (0) to explicitly specify "Not Set".

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.