Nevron .NET Vision
Nevron.Chart Namespace / NAxisConstLineCollection Class / Add Method / Add() Method


In This Topic
    Add() Method
    In This Topic
    Adds a const line to the collection and returns the new NAxisConstLine object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add() As NAxisConstLine
    'Usage
     
    
    Dim instance As NAxisConstLineCollection
    Dim value As NAxisConstLine
     
    value = instance.Add()
    public NAxisConstLine Add()
    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