Nevron .NET Vision
Nevron.Chart.Wpf Namespace / NChartControl Class / Controller Property


In This Topic
    Controller Property (NChartControl)
    In This Topic
    Retrieves the controller of the chart. Retrieves the controller of the chart.
    Syntax
    'Declaration
     
    
    Public Property Controller As NController
    'Usage
     
    
    Dim instance As NChartControl
    Dim value As NController
     
    instance.Controller = value
     
    value = instance.Controller
    public NController Controller {get; set;}
    Remarks
    The controller object contains a collection of tools. The tools define the way in which the control responds to user actions. The controller object contains a collection of tools. The tools define the way in which the control responds to user actions.
    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