Nevron .NET Vision
Nevron.Chart Namespace / NLegendDataItemAnchor Class / NLegendDataItemAnchor Constructor / NLegendDataItemAnchor Constructor(NLegend,Int32)


In This Topic
    NLegendDataItemAnchor Constructor(NLegend,Int32)
    In This Topic
    Creates a new NLegendDataItemAnchor with the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal legend As NLegend, _
       ByVal nLegendDataItemIndex As System.Integer _
    )
    'Usage
     
    
    Dim legend As NLegend
    Dim nLegendDataItemIndex As System.Integer
     
    Dim instance As New NLegendDataItemAnchor(legend, nLegendDataItemIndex)
    public NLegendDataItemAnchor( 
       NLegend legend,
       System.int nLegendDataItemIndex
    )

    Parameters

    legend
    nLegendDataItemIndex
    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