Nevron Open Vision Documentation
Nevron.Nov.Chart.Tools Namespace / NChartDragTool Class / GetChart<TChart> Method


In This Topic
    GetChart<TChart> Method
    In This Topic
    Gets the chart attached to this tool
    Syntax
    'Declaration
     
    
    Protected Function GetChart(Of TChart As NChart)() As TChart
    'Usage
     
    
    Dim instance As NChartDragTool
    Dim value As TChart
     
    value = instance.GetChart(Of TChart)()
    protected TChart GetChart<TChart>()
    where TChart: NChart

    Type Parameters

    TChart
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also