Nevron .NET Vision
Nevron.Chart Namespace / NRangeScaleLabelStyle Class / NRangeScaleLabelStyle Constructor / NRangeScaleLabelStyle Constructor(NTextStyle,ContentAlignment,NScaleLabelAngle,NLength)


In This Topic
    NRangeScaleLabelStyle Constructor(NTextStyle,ContentAlignment,NScaleLabelAngle,NLength)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal textStyle As NTextStyle, _
       ByVal contentAlignment As System.Drawing.ContentAlignment, _
       ByVal angle As NScaleLabelAngle, _
       ByVal offset As NLength _
    )
    'Usage
     
    
    Dim textStyle As NTextStyle
    Dim contentAlignment As System.Drawing.ContentAlignment
    Dim angle As NScaleLabelAngle
    Dim offset As NLength
     
    Dim instance As New NRangeScaleLabelStyle(textStyle, contentAlignment, angle, offset)
    public NRangeScaleLabelStyle( 
       NTextStyle textStyle,
       System.Drawing.ContentAlignment contentAlignment,
       NScaleLabelAngle angle,
       NLength offset
    )

    Parameters

    textStyle
    contentAlignment
    angle
    offset
    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