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






Implements Series.GetValue. Returns a value for the specified data item in the XML document.

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 XML document.

 See Also

XmlSeries Members
XmlSeries Class
MindFusion.Charting Namespace