Nevron .NET Vision
Nevron.Chart Namespace / NTernarySeries Class / DisplayOnAxis Method / DisplayOnAxis(Int32,Boolean) Method


In This Topic
    DisplayOnAxis(Int32,Boolean) Method
    In This Topic
    Instruct the chart whether to scale the series on the specified axis.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub DisplayOnAxis( _
       ByVal axisId As System.Integer, _
       ByVal display As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NTernarySeries
    Dim axisId As System.Integer
    Dim display As System.Boolean
     
    instance.DisplayOnAxis(axisId, display)
    public override void DisplayOnAxis( 
       System.int axisId,
       System.bool display
    )

    Parameters

    axisId
    display
    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