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


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

Parameters

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