Nevron.Chart Namespace / NNumericDisplaySegmentFillStyleApplicator Class / NNumericDisplaySegmentFillStyleApplicator Constructor / NNumericDisplaySegmentFillStyleApplicator Constructor(NFillStyle,NFillStyle,NFillStyle,NFillStyle)


In This Topic
    NNumericDisplaySegmentFillStyleApplicator Constructor(NFillStyle,NFillStyle,NFillStyle,NFillStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal litFillStyle As NFillStyle, _
       ByVal dimFillStyle As NFillStyle, _
       ByVal decimalLitFillStyle As NFillStyle, _
       ByVal decimalDimFillStyle As NFillStyle _
    )
    'Usage
     
    
    Dim litFillStyle As NFillStyle
    Dim dimFillStyle As NFillStyle
    Dim decimalLitFillStyle As NFillStyle
    Dim decimalDimFillStyle As NFillStyle
     
    Dim instance As New NNumericDisplaySegmentFillStyleApplicator(litFillStyle, dimFillStyle, decimalLitFillStyle, decimalDimFillStyle)

    Parameters

    litFillStyle
    dimFillStyle
    decimalLitFillStyle
    decimalDimFillStyle
    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