Nevron .NET Vision
Nevron.Chart Namespace / NDataPointAnchor Class / NDataPointAnchor Constructor / NDataPointAnchor Constructor(NSeriesBase,Int32,ContentAlignment,StringAlignment)
series to which the data point belongs
data point index
alignment of the anchor relative to the data point
depth alignment relative to the data point depth perspective


In This Topic
    NDataPointAnchor Constructor(NSeriesBase,Int32,ContentAlignment,StringAlignment)
    In This Topic
    Creates a new NDataPointAnchor object attached to the specified series.
    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)
    public NDataPointAnchor( 
       NSeriesBase series,
       System.int dataPointIndex,
       System.Drawing.ContentAlignment contentAlignment,
       System.Drawing.StringAlignment depthAlignment
    )

    Parameters

    series
    series to which the data point belongs
    dataPointIndex
    data point index
    contentAlignment
    alignment of the anchor relative to the data point
    depthAlignment
    depth alignment relative to the data point depth perspective
    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