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


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

    Parameters

    textStyle
    contentAligment
    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