ASP.NET Pack Programmer's Guide
FunctionSeries Constructor
See Also
 





Initializes a new instance of the FunctionSeries class.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public FunctionSeries (
    string fxExpression,
    int size,
    double maxX
)

Visual Basic  Copy Code

Public New ( _
    fxExpression As String, _
    size As Integer, _
    maxX As Double _
)

 Parameters

fxExpression

A string specifying a mathematical expression to evaluate.

size

An integer value specifying the number of values to calculate.

maxX

A double-precision number specifying the maximum value of function range.

 See Also

FunctionSeries Class
MindFusion.Charting Namespace