Nevron .NET Vision
Nevron.Chart Namespace / NValueScaleLabel Class / NValueScaleLabel Constructor / NValueScaleLabel Constructor(NValueDecorationAnchor,String,NValueScaleLabelStyle)


In This Topic
    NValueScaleLabel Constructor(NValueDecorationAnchor,String,NValueScaleLabelStyle)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal anchor As NValueDecorationAnchor, _
       ByVal text As System.String, _
       ByVal style As NValueScaleLabelStyle _
    )
    'Usage
     
    
    Dim anchor As NValueDecorationAnchor
    Dim text As System.String
    Dim style As NValueScaleLabelStyle
     
    Dim instance As New NValueScaleLabel(anchor, text, style)
    public NValueScaleLabel( 
       NValueDecorationAnchor anchor,
       System.string text,
       NValueScaleLabelStyle style
    )

    Parameters

    anchor
    text
    style
    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