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


In This Topic
    FunctionCalculator Class
    In This Topic
    Instances of this class can be used for calculation of various mathematical, statistical and financial functions.
    Object Model
    FunctionCalculator Class
    Syntax
    'Declaration
     
    Public Class FunctionCalculator 
    'Usage
     
    Dim instance As FunctionCalculator
    public class FunctionCalculator 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.DataManipulation.FunctionCalculator

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the FunctionCalculator class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGives access to an associated ArgumentCollection object - a collection of the data series which are used in the function calculation as arguments.  
    Public PropertyThe Expression property defines the function expression or in other words the formula of the function. The expression can be constructed to represent various functions.  
    Top
    Public Methods
     NameDescription
    Public MethodCalculates a function which is defined by the current expression and arguments.  
    Public MethodGenerates exemplary X-position values for the result elements. It is not compulsory to use the generated x values when presenting a function in the chart, still it is very useful for functions with groupping like AVERAGE, MIN, MAX and SUM.  
    Public MethodChecks if the current argument collection and the current expression are valid.  
    Top
    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