Nevron .NET Vision
Nevron.Chart Namespace / NRangeScaleLabel Class / NRangeScaleLabel Constructor


In This Topic
    NRangeScaleLabel Constructor
    In This Topic
    Initializer contructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal anchor As NRangeDecorationAnchor, _
       ByVal text As System.String, _
       ByVal style As NRangeScaleLabelStyle _
    )
    'Usage
     
    
    Dim anchor As NRangeDecorationAnchor
    Dim text As System.String
    Dim style As NRangeScaleLabelStyle
     
    Dim instance As New NRangeScaleLabel(anchor, text, style)
    public NRangeScaleLabel( 
       NRangeDecorationAnchor anchor,
       System.string text,
       NRangeScaleLabelStyle 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