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


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

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