Nevron.Chart Namespace / NDataPointAnchor Class / NDataPointAnchor Constructor / NDataPointAnchor Constructor(NSeriesBase,Int32,ContentAlignment,StringAlignment)


NDataPointAnchor Constructor(NSeriesBase,Int32,ContentAlignment,StringAlignment)
Syntax
'Declaration
 
Public Function New( _
   ByVal series As NSeriesBase, _
   ByVal dataPointIndex As System.Integer, _
   ByVal contentAlignment As System.Drawing.ContentAlignment, _
   ByVal depthAlignment As System.Drawing.StringAlignment _
)
 
'Usage
 
Dim series As NSeriesBase
Dim dataPointIndex As System.Integer
Dim contentAlignment As System.Drawing.ContentAlignment
Dim depthAlignment As System.Drawing.StringAlignment
 
Dim instance As New NDataPointAnchor(series, dataPointIndex, contentAlignment, depthAlignment)

Parameters

series
dataPointIndex
contentAlignment
depthAlignment
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