Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChartViewSurface Class / CreatePredefinedChart Method / CreatePredefinedChart(ENPredefinedChartType,Double,Double) Method


In This Topic
    CreatePredefinedChart(ENPredefinedChartType,Double,Double) Method
    In This Topic
    Creates a predefined chart
    Syntax
    'Declaration
     
    
    Public Overloads Sub CreatePredefinedChart( _
       ByVal chartType As ENPredefinedChartType, _
       ByVal margins As System.Double, _
       ByVal fontSize As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NChartViewSurface
    Dim chartType As ENPredefinedChartType
    Dim margins As System.Double
    Dim fontSize As System.Double
     
    instance.CreatePredefinedChart(chartType, margins, fontSize)
    public void CreatePredefinedChart( 
       ENPredefinedChartType chartType,
       System.double margins,
       System.double fontSize
    )

    Parameters

    chartType
    margins
    fontSize
    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