Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.DataManipulation.v4.4 Assembly / Xceed.Chart.DataManipulation Namespace / FunctionCalculator Class / Arguments Property


In This Topic
    Arguments Property
    In This Topic
    Gives access to an associated ArgumentCollection object - a collection of the data series which are used in the function calculation as arguments.
    Syntax
    'Declaration
     
    Public ReadOnly Property Arguments As ArgumentCollection
    'Usage
     
    Dim instance As FunctionCalculator
    Dim value As ArgumentCollection
     
    value = instance.Arguments
    public ArgumentCollection Arguments {get;}
    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