Returns the X value associated with the specified indexed column.

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

Syntax

C#
public double GetColumnValue(
	int col
)
Visual Basic
Public Function GetColumnValue ( _
	col As Integer _
) As Double

Parameters

col
Type: System..::..Int32
Column index.

Return Value

The x value associated with the specified indexed column.

See Also