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


Gets or sets the unit of measurement for the SmallScrollSize property.


View scrolling line size units type.

Syntax

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

Return Value

A DateTimeIntervalType enumeration value that determines the unit of measurement for the SmallScrollSize property. Defaults to "Auto".

Remarks

When this property is set to "Auto" the unit of measurement for the SmallScrollSize property (which represents the small scrolling that occurs when a user clicks on a left/right or up/down button) is automatically determined by the control, and will be either a number or day.

Small scrolling refers to the 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).

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.