Charting for WinForms Programmer's Guide
FunctionSeries.GetValue Method
See Also
 






Implements Series.GetValue. Evaluates the function expression for specified index.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double GetValue (
    int index,
    int dimension
)

Visual Basic  Copy Code

Public Function GetValue( _
    index As Integer, _
    dimension As Integer _
) As Double

 Parameters

index

An integer value specifying the index of a data item.

dimension

An integer value specifying the dimension whose coordinate to return.

 Return Value

A double-precision number representing the value of a data item in the series.

 See Also

FunctionSeries Members
FunctionSeries Class
MindFusion.Charting Namespace