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


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


View/scrolling minimum size units type.

Syntax

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

Return Value

A DateTimeIntervalType enumeration value that determines the unit of measurement for the minimum view size. Defaults to Auto.

Remarks

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

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.