SelectionStyle Enumeration
Specifies the selection style.
Syntax
'Declaration Public Enum SelectionStyle Inherits System.Enum
'Usage Dim instance As SelectionStyle
public enum SelectionStyle : System.Enum
Members
Member | Description |
---|---|
Box | Box is more aesthetically pleasing and allows for rough selections. |
CrossHair | Cross hair shows the cross hair lines extending ot the axis to select a more accurate region to zoom. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.Zoomer.SelectionStyle
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also