Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / SeriesCursorMode Enumeration


In This Topic
    SeriesCursorMode Enumeration
    In This Topic
    Defines the possible series cursor modes.
    Syntax
    'Declaration
     
    Public Enum SeriesCursorMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As SeriesCursorMode
    public enum SeriesCursorMode : System.Enum 
    Members
    MemberDescription
    DataPointsin this mode the data point cursor is specified per data point.
    Defaultall data points have the cursor specified by the DefaultCursor property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Core.SeriesCursorMode

    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