Returns the Y value associated with the specified indexed row.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public double GetRowValue(
	int row
)
Visual Basic
Public Function GetRowValue ( _
	row As Integer _
) As Double

Parameters

row
Type: System..::..Int32
Row index.

Return Value

The Y value associated with the specified indexed row.

See Also