Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / SeriesInteractivity Class / DefaultCursor Property


In This Topic
    DefaultCursor Property
    In This Topic
    Specifies the default series cursor.
    Syntax
    'Declaration
     
    <CategoryAttribute("Cursors")>
    <DescriptionAttribute("Specifies the default series cursor")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property DefaultCursor As CursorType
    'Usage
     
    Dim instance As SeriesInteractivity
    Dim value As CursorType
     
    instance.DefaultCursor = value
     
    value = instance.DefaultCursor
    [Category("Cursors")]
    [Description("Specifies the default series cursor")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public CursorType DefaultCursor {get; set;}
    Remarks
    The cursor specified by this property is used if the CursorMode property is set to Default.
    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