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


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


View scrolling line minimum size units type.

Syntax

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

Return Value

A DateTimeIntervalType enumeration value that determines the unit of measurement for the small scrolling size. Defaults to "Auto".

Remarks

When this property is set to Auto the unit of measurement for the SmallScrollMinSize property (which represents the minimum small scrolling size) is automatically determined by the control, and will be either a number or day.

Small scrolling occurs when the end-user clicks on a left/right or up/down scroll button.

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.