Nevron.Chart Namespace / NSeriesStrokeStyleApplicator Class / NSeriesStrokeStyleApplicator Constructor / NSeriesStrokeStyleApplicator Constructor(NStrokeStyle,Boolean,Boolean,Boolean)


In This Topic
    NSeriesStrokeStyleApplicator Constructor(NStrokeStyle,Boolean,Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal applyToMarkers As System.Boolean, _
       ByVal applyToDataLabels As System.Boolean, _
       ByVal applyToDataPoints As System.Boolean _
    )
    'Usage
     
    
    Dim strokeStyle As NStrokeStyle
    Dim applyToMarkers As System.Boolean
    Dim applyToDataLabels As System.Boolean
    Dim applyToDataPoints As System.Boolean
     
    Dim instance As New NSeriesStrokeStyleApplicator(strokeStyle, applyToMarkers, applyToDataLabels, applyToDataPoints)
    public NSeriesStrokeStyleApplicator( 
       NStrokeStyle strokeStyle,
       System.bool applyToMarkers,
       System.bool applyToDataLabels,
       System.bool applyToDataPoints
    )

    Parameters

    strokeStyle
    applyToMarkers
    applyToDataLabels
    applyToDataPoints
    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