Nevron.Chart Namespace / NValueScaleLabel Class / NValueScaleLabel Constructor / NValueScaleLabel Constructor(NValueDecorationAnchor,String,NValueScaleLabelStyle)


NValueScaleLabel Constructor(NValueDecorationAnchor,String,NValueScaleLabelStyle)
Syntax
'Declaration
 
Public Function New( _
   ByVal anchor As NValueDecorationAnchor, _
   ByVal text As System.String, _
   ByVal style As NValueScaleLabelStyle _
)
 
'Usage
 
Dim anchor As NValueDecorationAnchor
Dim text As System.String
Dim style As NValueScaleLabelStyle
 
Dim instance As New NValueScaleLabel(anchor, text, 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