Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NStandardScale Class / SetColor Method


In This Topic
    SetColor Method (NStandardScale)
    In This Topic
    Applies the specified color to the axis
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetColor( _
       ByVal color As NColor _
    ) 
    'Usage
     
    
    Dim instance As NStandardScale
    Dim color As NColor
     
    instance.SetColor(color)
    public override void SetColor( 
       NColor color
    )

    Parameters

    color
    Remarks
    This is a helper method that allows you to easily set the color of all axis elements
    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