Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChartView Class / Surface Property


In This Topic
    Surface Property (NChartView)
    In This Topic
    A shortcut property to the document.Content, which attempts to get/set a document surface.
    Syntax
    'Declaration
     
    
    Public Property Surface As NChartViewSurface
    'Usage
     
    
    Dim instance As NChartView
    Dim value As NChartViewSurface
     
    instance.Surface = value
     
    value = instance.Surface
    public NChartViewSurface Surface {get; set;}
    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