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


Gets or sets the minimum small scrolling size. Only used if the small scrolling size is not set.


View small scrolling minimum size.

Syntax

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

Return Value

A double that represents the minimum small scrolling size

Remarks

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

This property determines the smallest allowable amount of line scrolling that can occur, regardless of how often the end user has zoomed in on the data. 

If the SmallScrollSize 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.

Setting this property has no effect if the small scrolling size (set using the SmallScrollSize property) has been set to an explicit value.

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 set it to "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.