Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartAspectButtonCommand Class / ChangeChartAspect Method


In This Topic
    ChangeChartAspect Method
    In This Topic
    Modifies the chart aspect.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeChartAspect( _
       ByVal widthChange As System.Single, _
       ByVal heightChange As System.Single, _
       ByVal depthChange As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NChartAspectButtonCommand
    Dim widthChange As System.Single
    Dim heightChange As System.Single
    Dim depthChange As System.Single
     
    instance.ChangeChartAspect(widthChange, heightChange, depthChange)
    protected void ChangeChartAspect( 
       System.float widthChange,
       System.float heightChange,
       System.float depthChange
    )

    Parameters

    widthChange
    heightChange
    depthChange
    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