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


NValueScaleLabelStyle Constructor(NTextStyle,ContentAlignment,NScaleLabelAngle,NLength)
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)

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