dotnetCHARTING Send comments on this topic.
SelectionStyle Enumeration
See Also  
dotnetCHARTING.Zoomer Namespace : SelectionStyle Enumeration


Specifies the selection style.

Syntax

Visual Basic (Declaration) 
Public Enum SelectionStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SelectionStyle
C# 
public enum SelectionStyle : Enum 

Members

MemberDescription
CrossHair Cross hair is more accurate and shows the cross hair lines extending ot the axis to select a more accurate region for the zoom.
BoxBox is more aesthetically pleasing and allows for rough selections.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Zoomer.SelectionStyle

See Also

© 2010 All Rights Reserved.