Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NDataPointDragTool Class / TrackballCallback Property


In This Topic
    TrackballCallback Property (NDataPointDragTool)
    In This Topic
    Called when the active panel has changed
    Syntax
    'Declaration
     
    
    Public Property TrackballCallback As INTrackballCallback
    'Usage
     
    
    Dim instance As NDataPointDragTool
    Dim value As INTrackballCallback
     
    instance.TrackballCallback = value
     
    value = instance.TrackballCallback
    public INTrackballCallback TrackballCallback {get; set;}
    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