Nevron .NET Vision
Nevron.Chart Namespace / NIndexedAttributeSeries Class / SetAttributeByName Method


In This Topic
    SetAttributeByName Method (NIndexedAttributeSeries)
    In This Topic
    Sets a child or descendant attribute by its name
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetAttributeByName( _
       ByVal attributeName As System.String, _
       ByVal attributeValue As INAttribute _
    ) 
    'Usage
     
    
    Dim instance As NIndexedAttributeSeries
    Dim attributeName As System.String
    Dim attributeValue As INAttribute
     
    instance.SetAttributeByName(attributeName, attributeValue)
    public override void SetAttributeByName( 
       System.string attributeName,
       INAttribute attributeValue
    )

    Parameters

    attributeName
    attributeValue
    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