Nevron .NET Vision
Nevron.Chart Namespace / NScaleValueLabelFactory Class / NScaleValueLabelFactory Constructor


In This Topic
    NScaleValueLabelFactory Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal id As System.Integer, _
       ByVal zOrder As System.Integer, _
       ByVal offset As NLength, _
       ByVal textStyleProvider As NValueProvider, _
       ByVal labelTextProvider As NValueProvider, _
       ByVal labelAlignment As HorzAlign, _
       ByVal contentAlignment As System.Drawing.ContentAlignment, _
       ByVal labelAngle As NScaleLabelAngle, _
       ByVal keepInsideRuler As System.Boolean, _
       ByVal visibilityMode As ScaleLabelVisibilityMode, _
       ByVal nonOverlappingArea As NLength, _
       ByVal valueTranform As INValueTransform _
    )
    'Usage
     
    
    Dim id As System.Integer
    Dim zOrder As System.Integer
    Dim offset As NLength
    Dim textStyleProvider As NValueProvider
    Dim labelTextProvider As NValueProvider
    Dim labelAlignment As HorzAlign
    Dim contentAlignment As System.Drawing.ContentAlignment
    Dim labelAngle As NScaleLabelAngle
    Dim keepInsideRuler As System.Boolean
    Dim visibilityMode As ScaleLabelVisibilityMode
    Dim nonOverlappingArea As NLength
    Dim valueTranform As INValueTransform
     
    Dim instance As New NScaleValueLabelFactory(id, zOrder, offset, textStyleProvider, labelTextProvider, labelAlignment, contentAlignment, labelAngle, keepInsideRuler, visibilityMode, nonOverlappingArea, valueTranform)

    Parameters

    id
    zOrder
    offset
    textStyleProvider
    labelTextProvider
    labelAlignment
    contentAlignment
    labelAngle
    keepInsideRuler
    visibilityMode
    nonOverlappingArea
    valueTranform
    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